mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: purchase order and quotation creation upd
This commit is contained in:
committed by
GitHub
parent
7acbfc06a0
commit
7768544226
@@ -28,11 +28,7 @@ erpnext.buying.SupplierQuotationController = class SupplierQuotationController e
|
|||||||
__("Create")
|
__("Create")
|
||||||
);
|
);
|
||||||
this.frm.page.set_inner_btn_group_as_primary(__("Create"));
|
this.frm.page.set_inner_btn_group_as_primary(__("Create"));
|
||||||
this.frm.add_custom_button(
|
this.frm.add_custom_button(__("Quotation"), this.make_quotation.bind(this), __("Create"));
|
||||||
__("Quotation"),
|
|
||||||
this.make_quotation.bind(this),
|
|
||||||
__("Create")
|
|
||||||
);
|
|
||||||
} else if (this.frm.doc.docstatus === 0) {
|
} else if (this.frm.doc.docstatus === 0) {
|
||||||
this.frm.add_custom_button(
|
this.frm.add_custom_button(
|
||||||
__("Material Request"),
|
__("Material Request"),
|
||||||
|
|||||||
Reference in New Issue
Block a user