Fix translate buying/doctype/supplier_quotation/supplier_quotation.js
This commit is contained in:
parent
32af5cd62e
commit
54db11c323
@ -15,7 +15,7 @@ erpnext.buying.SupplierQuotationController = erpnext.buying.BuyingController.ext
|
||||
this._super();
|
||||
|
||||
if (this.frm.doc.docstatus === 1) {
|
||||
cur_frm.add_custom_button("Make Purchase Order", this.make_purchase_order);
|
||||
cur_frm.add_custom_button(wn._("Make Purchase Order"), this.make_purchase_order);
|
||||
}
|
||||
else if (this.frm.doc.docstatus===0) {
|
||||
cur_frm.add_custom_button(wn._('From Material Request'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user