mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
Merge branch 'version-12-hotfix' into v12-pre-release
This commit is contained in:
@@ -224,6 +224,10 @@ erpnext.utils.set_taxes = function(frm, triggered_from_field) {
|
|||||||
party = frm.doc.party_name;
|
party = frm.doc.party_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!frm.doc.company) {
|
||||||
|
frappe.throw(_("Kindly select the company first"));
|
||||||
|
}
|
||||||
|
|
||||||
frappe.call({
|
frappe.call({
|
||||||
method: "erpnext.accounts.party.set_taxes",
|
method: "erpnext.accounts.party.set_taxes",
|
||||||
args: {
|
args: {
|
||||||
|
|||||||
Reference in New Issue
Block a user