Update erpnext/public/js/utils/party.js
Co-authored-by: Sagar Vora <sagar@resilient.tech>
This commit is contained in:
parent
4f3b7da9ba
commit
0aff6d83af
@ -225,7 +225,7 @@ erpnext.utils.set_taxes = function(frm, triggered_from_field) {
|
||||
}
|
||||
|
||||
if (!frm.doc.company) {
|
||||
frappe.throw(_("Kindly select the company first"));
|
||||
frappe.throw(__("Kindly select the company first"));
|
||||
}
|
||||
|
||||
frappe.call({
|
||||
@ -296,4 +296,4 @@ erpnext.utils.get_shipping_address = function(frm, callback){
|
||||
} else {
|
||||
frappe.msgprint(__("Select company first"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user