Allow decimal quantities in pos (#13471)

This commit is contained in:
Britlog 2018-04-02 07:25:04 +02:00 committed by Nabin Hait
parent 6860036b01
commit 220864b4f7

View File

@ -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)
},