Update erpnext/public/js/utils/party.js
Co-authored-by: Sagar Vora <sagar@resilient.tech>
diff --git a/erpnext/public/js/utils/party.js b/erpnext/public/js/utils/party.js
index af1f433..44e75ae 100644
--- a/erpnext/public/js/utils/party.js
+++ b/erpnext/public/js/utils/party.js
@@ -225,7 +225,7 @@
}
if (!frm.doc.company) {
- frappe.throw(_("Kindly select the company first"));
+ frappe.throw(__("Kindly select the company first"));
}
frappe.call({
@@ -296,4 +296,4 @@
} else {
frappe.msgprint(__("Select company first"));
}
-}
\ No newline at end of file
+}