feat(invoicedetail ): Add branch name to detial.

This commit is contained in:
elforjani13
2022-03-02 14:23:28 +02:00
parent cfbc59280e
commit f814374279
2 changed files with 20 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ function InvoiceDetailDrawerProvider({ invoiceId, ...props }) {
title={intl.get('invoice_details.drawer.title', {
invoiceNumber: invoice.invoice_no,
})}
subTitle={`Branch: ${invoice.branch?.name}`}
/>
<InvoiceDetailDrawerContext.Provider value={provider} {...props} />
</DrawerLoading>