mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix(paymentpaper): payment receive paper.
This commit is contained in:
@@ -30,7 +30,7 @@ export default function DrawerTemplateTable({ tableData, currencyCode }) {
|
|||||||
<Money amount={total} currency={currencyCode} />
|
<Money amount={total} currency={currencyCode} />
|
||||||
),
|
),
|
||||||
disableSortBy: true,
|
disableSortBy: true,
|
||||||
width: 50,
|
width: 70,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[],
|
[],
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export default function PaymentPaperTemplateHeader({
|
|||||||
referenceNo={referenceNo}
|
referenceNo={referenceNo}
|
||||||
amount={amount}
|
amount={amount}
|
||||||
billedFrom={''}
|
billedFrom={''}
|
||||||
currency={currency_code}
|
currencyCode={currency_code}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ import { usePaymentReceiveDrawerContext } from './PaymentReceiveDrawerProvider';
|
|||||||
export default function PaymentReceivePaper() {
|
export default function PaymentReceivePaper() {
|
||||||
const { paymentReceive } = usePaymentReceiveDrawerContext();
|
const { paymentReceive } = usePaymentReceiveDrawerContext();
|
||||||
|
|
||||||
return <PaymentPaperTemplate paperData={paymentReceive.paymentReceive} />;
|
return <PaymentPaperTemplate paperData={paymentReceive} />;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
border-bottom: 2px solid #1155cc;
|
border-bottom: 2px solid #1155cc;
|
||||||
padding: 2px 2px 30px;
|
padding: 2px 2px 30px;
|
||||||
&__info {
|
&__info {
|
||||||
flex: 0 1 24%;
|
flex: 0 1 22%;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user