commit | d4c0184f3f9a8d6dffff4e38b925514b07eff82d | [log] [tgz] |
---|---|---|
author | 0Pranav <prnvnachnekar@gmail.com> | Wed Jan 29 09:32:40 2020 +0530 |
committer | 0Pranav <prnvnachnekar@gmail.com> | Wed Jan 29 09:32:40 2020 +0530 |
tree | 5f656372a24618e0f863519c6fd04a12a0b16e9d | |
parent | 217517a61fb5a1f28f27a560438dc482e5e83519 [diff] |
fix: missing plus button in request for quotaion for supplier quotation
diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js index 2f0cfa6..455bd68 100644 --- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js
@@ -9,7 +9,7 @@ frappe.ui.form.on("Request for Quotation",{ setup: function(frm) { frm.custom_make_buttons = { - 'Supplier Quotation': 'Supplier Quotation' + 'Supplier Quotation': 'Create' } frm.fields_dict["suppliers"].grid.get_field("contact").get_query = function(doc, cdt, cdn) {