Allow decimal quantities in pos (#13471)
This commit is contained in:
parent
6860036b01
commit
220864b4f7
@ -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)
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user