fix(paymentpaper): payment receive paper.

This commit is contained in:
elforjani3
2021-03-24 16:44:19 +02:00
parent e155a339ed
commit e6e165efe4
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
<Money amount={total} currency={currencyCode} />
),
disableSortBy: true,
width: 50,
width: 70,
},
],
[],

View File

@@ -15,7 +15,7 @@ export default function PaymentPaperTemplateHeader({
referenceNo={referenceNo}
amount={amount}
billedFrom={''}
currency={currency_code}
currencyCode={currency_code}
/>
</>
);

View File

@@ -5,5 +5,5 @@ import { usePaymentReceiveDrawerContext } from './PaymentReceiveDrawerProvider';
export default function PaymentReceivePaper() {
const { paymentReceive } = usePaymentReceiveDrawerContext();
return <PaymentPaperTemplate paperData={paymentReceive.paymentReceive} />;
return <PaymentPaperTemplate paperData={paymentReceive} />;
}

View File

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