Merge pull request #11768 from tundebabzy/issue-11749
add missing field and value parameters
This commit is contained in:
commit
4a15711b04
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user