diff --git a/client/src/containers/Drawers/PaperTemplate/PaperTemplateTable.js b/client/src/containers/Drawers/PaperTemplate/PaperTemplateTable.js
index db7a5cbed..a73e60760 100644
--- a/client/src/containers/Drawers/PaperTemplate/PaperTemplateTable.js
+++ b/client/src/containers/Drawers/PaperTemplate/PaperTemplateTable.js
@@ -30,7 +30,7 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
),
disableSortBy: true,
- width: 50,
+ width: 70,
},
],
[],
diff --git a/client/src/containers/Drawers/PaymentPaperTemplate/PaymentPaperTemplateHeader.js b/client/src/containers/Drawers/PaymentPaperTemplate/PaymentPaperTemplateHeader.js
index 448bb7dcc..a8299a99a 100644
--- a/client/src/containers/Drawers/PaymentPaperTemplate/PaymentPaperTemplateHeader.js
+++ b/client/src/containers/Drawers/PaymentPaperTemplate/PaymentPaperTemplateHeader.js
@@ -15,7 +15,7 @@ export default function PaymentPaperTemplateHeader({
referenceNo={referenceNo}
amount={amount}
billedFrom={''}
- currency={currency_code}
+ currencyCode={currency_code}
/>
>
);
diff --git a/client/src/containers/Sales/PaymentReceives/PaymentDetails/PaymentReceivePaper.js b/client/src/containers/Sales/PaymentReceives/PaymentDetails/PaymentReceivePaper.js
index 50cc17622..01b9c0cf4 100644
--- a/client/src/containers/Sales/PaymentReceives/PaymentDetails/PaymentReceivePaper.js
+++ b/client/src/containers/Sales/PaymentReceives/PaymentDetails/PaymentReceivePaper.js
@@ -5,5 +5,5 @@ import { usePaymentReceiveDrawerContext } from './PaymentReceiveDrawerProvider';
export default function PaymentReceivePaper() {
const { paymentReceive } = usePaymentReceiveDrawerContext();
- return ;
+ return ;
}
diff --git a/client/src/style/components/Drawer/DrawerTemplate.scss b/client/src/style/components/Drawer/DrawerTemplate.scss
index 22a6d58c1..4ad14b775 100644
--- a/client/src/style/components/Drawer/DrawerTemplate.scss
+++ b/client/src/style/components/Drawer/DrawerTemplate.scss
@@ -32,7 +32,7 @@
border-bottom: 2px solid #1155cc;
padding: 2px 2px 30px;
&__info {
- flex: 0 1 24%;
+ flex: 0 1 22%;
padding-left: 5px;
color: #999999;
font-size: 16px;