Create a new item on Material Request showing error Item None not found. #20608 (#20731)

This commit is contained in:
abhijitkumbharInd 2020-02-26 12:48:36 +05:30 committed by GitHub
parent 5a2f22258a
commit ba8840727a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,7 @@ frappe.ui.form.on('Material Request', {
},
get_item_data: function(frm, item) {
if (!item.item_code) return;
frm.call({
method: "erpnext.stock.get_item_details.get_item_details",
child: item,