From 1116f96aeea2b6b69f5c4c0717b7c959de6195d1 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 30 Aug 2017 12:53:08 +0530 Subject: [PATCH] Grand Total Value width --- erpnext/selling/page/point_of_sale/point_of_sale.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/selling/page/point_of_sale/point_of_sale.js b/erpnext/selling/page/point_of_sale/point_of_sale.js index c4bd59076b..4ce1ca1a33 100644 --- a/erpnext/selling/page/point_of_sale/point_of_sale.js +++ b/erpnext/selling/page/point_of_sale/point_of_sale.js @@ -424,8 +424,8 @@ class POSCart { get_grand_total() { return `
-
${__('Grand Total')}
-
0.00
+
${__('Grand Total')}
+
0.00
`; }