fix(webapp): customer/vendor opening balnace with exchange rate

This commit is contained in:
Ahmed Bouhuolia
2023-06-11 19:29:26 +02:00
parent 4d9e3ccfb4
commit 2950e5ede4
7 changed files with 291 additions and 170 deletions

View File

@@ -32,11 +32,6 @@ export default function CustomersTabs() {
title={intl.get('notes')}
panel={<CustomerNotePanel />}
/>
<Tab
id={'attachement'}
title={intl.get('attachement')}
panel={<CustomerAttachmentTabs />}
/>
</Tabs>
</div>
);