mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 09:36:53 +00:00
feat: add item_name column to Material Request dialog in Purchase Order
(cherry picked from commit 4312719010)
This commit is contained in:
@@ -578,7 +578,7 @@ erpnext.buying.PurchaseOrderController = class PurchaseOrderController extends (
|
|||||||
},
|
},
|
||||||
allow_child_item_selection: true,
|
allow_child_item_selection: true,
|
||||||
child_fieldname: "items",
|
child_fieldname: "items",
|
||||||
child_columns: ["item_code", "qty", "ordered_qty"],
|
child_columns: ["item_code", "item_name", "qty", "ordered_qty"],
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
__("Get Items From")
|
__("Get Items From")
|
||||||
|
|||||||
Reference in New Issue
Block a user