mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
Merge pull request #49071 from navinrc/add-item-name-to-material-request-dialog
feat: add item_name column to Material Request dialog in Purchase Order
This commit is contained in:
@@ -606,7 +606,7 @@ erpnext.buying.PurchaseOrderController = class PurchaseOrderController extends (
|
||||
},
|
||||
allow_child_item_selection: true,
|
||||
child_fieldname: "items",
|
||||
child_columns: ["item_code", "qty", "ordered_qty"],
|
||||
child_columns: ["item_code", "item_name", "qty", "ordered_qty"],
|
||||
});
|
||||
},
|
||||
__("Get Items From")
|
||||
|
||||
Reference in New Issue
Block a user