Merge pull request #39999 from GursheenK/pricing_rule_type_error
fix: TypeError for item pricing rules
This commit is contained in:
commit
6cfb8fe439
@ -1509,6 +1509,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
}
|
}
|
||||||
|
|
||||||
remove_pricing_rule_for_item(item) {
|
remove_pricing_rule_for_item(item) {
|
||||||
|
if (item.pricing_rules){
|
||||||
let me = this;
|
let me = this;
|
||||||
return this.frm.call({
|
return this.frm.call({
|
||||||
method: "erpnext.accounts.doctype.pricing_rule.pricing_rule.remove_pricing_rule_for_item",
|
method: "erpnext.accounts.doctype.pricing_rule.pricing_rule.remove_pricing_rule_for_item",
|
||||||
@ -1535,6 +1536,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
apply_pricing_rule(item, calculate_taxes_and_totals) {
|
apply_pricing_rule(item, calculate_taxes_and_totals) {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user