mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
add missing field and value parameters
This commit is contained in:
@@ -206,7 +206,7 @@ erpnext.pos.PointOfSale = class PointOfSale {
|
||||
|
||||
select_batch_and_serial_no(item) {
|
||||
erpnext.show_serial_batch_selector(this.frm, item, () => {
|
||||
this.update_item_in_frm(item)
|
||||
this.update_item_in_frm(item, 'qty', item.qty)
|
||||
.then(() => {
|
||||
// update cart
|
||||
if (item.qty === 0) {
|
||||
|
||||
Reference in New Issue
Block a user