From 77685442267df285f2821d327bb905fd2ff12155 Mon Sep 17 00:00:00 2001 From: "Nihantra C. Patel" <141945075+Nihantra-Patel@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:18:19 +0530 Subject: [PATCH] fix: purchase order and quotation creation upd --- .../buying/doctype/supplier_quotation/supplier_quotation.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js index eceb2675e98..de37ec20bdc 100644 --- a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +++ b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js @@ -28,11 +28,7 @@ erpnext.buying.SupplierQuotationController = class SupplierQuotationController e __("Create") ); this.frm.page.set_inner_btn_group_as_primary(__("Create")); - this.frm.add_custom_button( - __("Quotation"), - this.make_quotation.bind(this), - __("Create") - ); + this.frm.add_custom_button(__("Quotation"), this.make_quotation.bind(this), __("Create")); } else if (this.frm.doc.docstatus === 0) { this.frm.add_custom_button( __("Material Request"),