mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
Allow decimal quantities in pos (#13471)
This commit is contained in:
@@ -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)
|
this.update_paid_amount_status(false)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user