From 0a548e87febeab3d25ba7d5270b73b757f130b26 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 26 Apr 2023 11:39:23 +0700 Subject: fix bug on update qty cart and create quotation page --- src/lib/invoice/components/Invoices.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/invoice/components') diff --git a/src/lib/invoice/components/Invoices.jsx b/src/lib/invoice/components/Invoices.jsx index 6f7d54a0..8918fae4 100644 --- a/src/lib/invoice/components/Invoices.jsx +++ b/src/lib/invoice/components/Invoices.jsx @@ -78,7 +78,7 @@ const Invoices = () => { {invoices.data?.invoices?.map((invoice, index) => (
- + No. Invoice

{invoice.name}

@@ -91,7 +91,7 @@ const Invoices = () => { setToOthers(invoice)} />
- +

{invoice.invoiceDate}

{invoice.paymentTerm}

@@ -214,7 +214,7 @@ const Invoices = () => { {invoices.data?.invoices?.map((invoice) => ( - {invoice.name} + {invoice.name} {invoice.purchaseOrderName || '-'} {invoice.invoiceDate} -- cgit v1.2.3