Fix translate buying/doctype/supplier_quotation/supplier_quotation.js

This commit is contained in:
Bárbara Perretti 2013-10-15 16:06:39 -03:00
parent 32af5cd62e
commit 54db11c323

View File

@ -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'),