mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: mail receipt preview
This commit is contained in:
@@ -45,9 +45,8 @@ const withPaymentReceivedMailReceiptPreviewProps = <
|
||||
const items = useMemo(
|
||||
() =>
|
||||
paymentReceivedMailState?.entries?.map((entry: any) => ({
|
||||
quantity: entry.quantity,
|
||||
total: entry.totalFormatted,
|
||||
label: entry.name,
|
||||
total: entry.paidAmount,
|
||||
label: entry.invoiceNumber,
|
||||
})),
|
||||
[paymentReceivedMailState?.entries],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user