Merge branch 'version-12-hotfix' into v12-pre-release

This commit is contained in:
Nabin Hait
2020-09-15 19:43:21 +05:30

View File

@@ -224,6 +224,10 @@ erpnext.utils.set_taxes = function(frm, triggered_from_field) {
party = frm.doc.party_name;
}
if (!frm.doc.company) {
frappe.throw(_("Kindly select the company first"));
}
frappe.call({
method: "erpnext.accounts.party.set_taxes",
args: {