From 220864b4f7f1d6b6fcf219e20b02927fc2a883eb Mon Sep 17 00:00:00 2001 From: Britlog Date: Mon, 2 Apr 2018 07:25:04 +0200 Subject: [PATCH] Allow decimal quantities in pos (#13471) --- erpnext/accounts/page/pos/pos.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js index dcae40deb4..912fce05ca 100644 --- a/erpnext/accounts/page/pos/pos.js +++ b/erpnext/accounts/page/pos/pos.js @@ -1302,10 +1302,6 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({ } }); - if (field == 'qty') { - this.remove_zero_qty_item(); - } - this.update_paid_amount_status(false) },