feat: add item_name column to Material Request dialog in Purchase Order

(cherry picked from commit 4312719010)
This commit is contained in:
navinrc
2025-08-09 01:06:51 +05:30
committed by Mergify
parent bb2c21be44
commit eafe33a176

View File

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