mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
Merge branch 'master' of https://github.com/bigcapitalhq/client
This commit is contained in:
@@ -68,6 +68,11 @@ export default function VendorDetailsHeader() {
|
||||
label={<T id={'vendor.drawer.label.currency'} />}
|
||||
children={vendor?.currency_code}
|
||||
/>
|
||||
<DetailItem
|
||||
label={<T id={'vendor.drawer.label.note'} />}
|
||||
children={defaultTo(vendor?.note, '--')}
|
||||
|
||||
/>
|
||||
</DetailsMenu>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user