fix(ux): add Ordered Qty column in Get Items From > MR (#36486)

This commit is contained in:
s-aga-r 2023-08-05 19:26:11 +05:30 committed by GitHub
parent 16bc1e228f
commit e179499764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"));