commit | e17949976442f921335ab1961928ddec37aeffef | [log] [tgz] |
---|---|---|
author | s-aga-r <sagarsharma.s312@gmail.com> | Sat Aug 05 19:26:11 2023 +0530 |
committer | GitHub <noreply@github.com> | Sat Aug 05 19:26:11 2023 +0530 |
tree | a8b936f599c87b3db10ee3e6c50fc854a378bafb | |
parent | 16bc1e228fd388aa6cb8438212be20fb178fe0a0 [diff] |
fix(ux): add `Ordered Qty` column in Get Items From > MR (#36486)
diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.js b/erpnext/buying/doctype/purchase_order/purchase_order.js index a7f0304..7c33056 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.js +++ b/erpnext/buying/doctype/purchase_order/purchase_order.js
@@ -366,7 +366,7 @@ }, allow_child_item_selection: true, child_fieldname: "items", - child_columns: ["item_code", "qty"] + child_columns: ["item_code", "qty", "ordered_qty"] }) }, __("Get Items From"));