mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +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) {
|
if (!frm.doc.company) {
|
||||||
frappe.throw(_("Kindly select the company first"));
|
frappe.throw(__("Kindly select the company first"));
|
||||||
}
|
}
|
||||||
|
|
||||||
frappe.call({
|
frappe.call({
|
||||||
@@ -296,4 +296,4 @@ erpnext.utils.get_shipping_address = function(frm, callback){
|
|||||||
} else {
|
} else {
|
||||||
frappe.msgprint(__("Select company first"));
|
frappe.msgprint(__("Select company first"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user