fix(ux): add `Ordered Qty` column in Get Items From > MR (#36486)
(cherry picked from commit e179499764)
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
This commit is contained in:
@@ -369,7 +369,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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user