From cfb5f58141b9ce9e9ae50e559782410a8205b3fb Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 1 Feb 2021 20:37:18 +0530 Subject: [PATCH] style: Fix formatting issues --- erpnext/selling/page/point_of_sale/pos_item_cart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/selling/page/point_of_sale/pos_item_cart.js b/erpnext/selling/page/point_of_sale/pos_item_cart.js index abd1f43a51a..9198d7d6fbe 100644 --- a/erpnext/selling/page/point_of_sale/pos_item_cart.js +++ b/erpnext/selling/page/point_of_sale/pos_item_cart.js @@ -517,7 +517,7 @@ erpnext.PointOfSale.ItemCart = class { ${description}
${format_currency(value, currency)}
- ` + `; }).join('') }` ); @@ -844,7 +844,7 @@ erpnext.PointOfSale.ItemCart = class {
Recent Transactions
` ); // transactions need to be in diff div from sticky elem for scrolling - this.$customer_section.append(`
`) + this.$customer_section.append(`
`); this.render_customer_fields(); this.fetch_customer_transactions();