fix: missing plus button in request for quotaion for supplier quotation
This commit is contained in:
parent
217517a61f
commit
d4c0184f3f
@ -9,7 +9,7 @@ cur_frm.add_fetch('contact', 'email_id', 'email_id')
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user