From 0ca62faf89775496320025c170c942b2cb3e1a20 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 8 Apr 2023 10:12:31 +0700 Subject: update theme color --- src/lib/quotation/components/Quotation.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/quotation') diff --git a/src/lib/quotation/components/Quotation.jsx b/src/lib/quotation/components/Quotation.jsx index a95a149a..e233efd1 100644 --- a/src/lib/quotation/components/Quotation.jsx +++ b/src/lib/quotation/components/Quotation.jsx @@ -129,7 +129,7 @@ const Quotation = () => {
Total Diskon
-
- {currencyFormat(totalDiscountAmount)}
+
- {currencyFormat(totalDiscountAmount)}
Subtotal
@@ -226,7 +226,7 @@ const Quotation = () => {
-
+
{currencyFormat(product?.price?.priceDiscount * product?.quantity)}
@@ -252,7 +252,7 @@ const Quotation = () => {
Total Diskon
-
- {currencyFormat(totalDiscountAmount)}
+
- {currencyFormat(totalDiscountAmount)}
Subtotal
-- cgit v1.2.3