This commit is contained in:
a.bouhuolia
2021-11-28 09:05:55 +02:00
4 changed files with 13 additions and 0 deletions

View File

@@ -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>
);