From 53f635ec49f54b1a30a695be5e1ab28ee0968f87 Mon Sep 17 00:00:00 2001 From: jiloysss Date: Fri, 5 Jul 2019 16:19:33 +0800 Subject: [PATCH] fix: None refactor: None feat: TailPOS Language Translation --- src/stories/components/TotalLineComponent.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/stories/components/TotalLineComponent.js b/src/stories/components/TotalLineComponent.js index 6f2a8f7..da2a3fe 100644 --- a/src/stories/components/TotalLineComponent.js +++ b/src/stories/components/TotalLineComponent.js @@ -32,7 +32,7 @@ const TotalLineComponent = props => ( - {strings.Discounts}{" "} + {strings.Discounts}{" "} {props.receipt ? props.receipt.discountType === "percentage" ? props.receipt.discountValue > 0 @@ -61,8 +61,9 @@ const TotalLineComponent = props => ( - {strings.TotalPayment} - + + {strings.TotalPayment} + {new MoneyCurrency(props.currency ? props.currency : "PHP").moneyFormat(