[Minor] Whitespace fixes

This commit is contained in:
shreyas 2016-03-08 19:01:50 +05:30
parent 405b66898e
commit 007e87b8a5

View File

@ -52,7 +52,7 @@ erpnext.buying.MaterialRequestController = erpnext.buying.BuyingController.exten
if(doc.material_request_type === "Purchase")
cur_frm.add_custom_button(__("Supplier Quotation"),
this.make_supplier_quotation, __("Make"));
if(doc.material_request_type === "Manufacture" && doc.status === "Submitted")
cur_frm.add_custom_button(__("Production Order"),
this.raise_production_orders, __("Make"));