From bd65a11a9f6ed0589ccdf86745abbf12b17816e9 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 4 Apr 2023 17:00:51 +0700 Subject: forgot password --- src/lib/transaction/components/Transaction.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/transaction/components/Transaction.jsx') diff --git a/src/lib/transaction/components/Transaction.jsx b/src/lib/transaction/components/Transaction.jsx index e992580a..c8956d80 100644 --- a/src/lib/transaction/components/Transaction.jsx +++ b/src/lib/transaction/components/Transaction.jsx @@ -108,7 +108,7 @@ const Transaction = ({ id }) => {

{currencyFormat(transaction.data?.amountTax)}

-

Total Belanja

+

Grand Total

{currencyFormat(transaction.data?.amountTotal)}

@@ -331,20 +331,20 @@ const Transaction = ({ id }) => { -
Info Pengiriman
-
+
Informasi Pelanggan
+
Detail Pelanggan
-
+ {/*
Detail Pengiriman
Detail Penagihan
-
+
*/}
Rincian Pembelian
@@ -508,7 +508,7 @@ const SectionAddress = ({ address }) => { {section.customer && } - + {/* { active={section.invoice} toggle={() => toggleSection('invoice')} /> - {section.invoice && } + {section.invoice && } */} ) } -- cgit v1.2.3