mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
Update erpnext/public/js/utils/party.js
Co-authored-by: Sagar Vora <sagar@resilient.tech>
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user