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
`; }