commit | 220864b4f7f1d6b6fcf219e20b02927fc2a883eb | [log] [tgz] |
---|---|---|
author | Britlog <info@britlog.com> | Mon Apr 02 07:25:04 2018 +0200 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Apr 02 10:55:04 2018 +0530 |
tree | a1baaedf4411b96292281a95b8165c5ccded2369 | |
parent | 6860036b01d2d0475be9b72ca6fa1cf6bac85388 [diff] |
Allow decimal quantities in pos (#13471)
diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js index dcae40d..912fce0 100644 --- a/erpnext/accounts/page/pos/pos.js +++ b/erpnext/accounts/page/pos/pos.js
@@ -1302,10 +1302,6 @@ } }); - if (field == 'qty') { - this.remove_zero_qty_item(); - } - this.update_paid_amount_status(false) },