[Fix] Get items from material request not working for PO

This commit is contained in:
Rohit Waghchaure 2018-12-17 11:18:46 +05:30
parent 871f4e5df5
commit 4ac9ea0e85

View File

@ -315,7 +315,6 @@ erpnext.buying.PurchaseOrderController = erpnext.buying.BuyingController.extend(
method: "erpnext.stock.doctype.material_request.material_request.make_purchase_order",
source_doctype: "Material Request",
target: me.frm,
args: args,
setters: {
company: me.frm.doc.company
},