From 7f4ee26979e6fe84509d5d8f6c5a44735fc77d1e Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:07:09 +0200 Subject: [PATCH] feat( S&P ): add branch name to details. --- src/components/Drawer/DrawerHeaderContent.js | 16 ++++++++++++++-- .../Drawers/BillDrawer/BillDrawerProvider.js | 12 ++++++++++++ .../CreditNoteDetailDrawerProvider.js | 12 ++++++++++++ .../EstimateDetailDrawerProvider.js | 12 ++++++++++++ .../InvoiceDetailDrawerProvider.js | 2 -- .../PaymentMadeDetailProvider.js | 18 +++++++++++++----- .../PaymentReceiveDetailProvider.js | 12 ++++++++++++ .../ReceiptDetailDrawerProvider.js | 12 ++++++++++++ .../VendorCreditDetailDrawerProvider.js | 12 ++++++++++++ src/lang/en/index.json | 8 +++++++- 10 files changed, 106 insertions(+), 10 deletions(-) diff --git a/src/components/Drawer/DrawerHeaderContent.js b/src/components/Drawer/DrawerHeaderContent.js index 15cba78c8..11c86f380 100644 --- a/src/components/Drawer/DrawerHeaderContent.js +++ b/src/components/Drawer/DrawerHeaderContent.js @@ -34,7 +34,7 @@ function DrawerHeaderContent(props) {

{title} - {subTitle} + {subTitle}