Merge pull request #16225 from rohitwaghchaure/not_able_to_make_po_from_mr

[Fix] Get items from material request not working for PO
This commit is contained in:
rohitwaghchaure
2018-12-17 18:52:46 +05:30
committed by GitHub

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
},