fix(ux): add Ordered Qty
column in Get Items From > MR (#36486)
This commit is contained in:
parent
16bc1e228f
commit
e179499764
@ -366,7 +366,7 @@ erpnext.buying.PurchaseOrderController = class PurchaseOrderController extends e
|
||||
},
|
||||
allow_child_item_selection: true,
|
||||
child_fieldname: "items",
|
||||
child_columns: ["item_code", "qty"]
|
||||
child_columns: ["item_code", "qty", "ordered_qty"]
|
||||
})
|
||||
}, __("Get Items From"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user