Update erpnext/public/js/utils/party.js

Co-authored-by: Sagar Vora <sagar@resilient.tech>
This commit is contained in:
Deepesh Garg 2020-09-19 18:05:58 +05:30 committed by GitHub
parent 4f3b7da9ba
commit 0aff6d83af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"));
}
}
}