fix: remove debugger
This commit is contained in:
parent
40140c63dc
commit
8c70e8d4df
@ -1407,7 +1407,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
|||||||
|
|
||||||
for(var k in args) {
|
for(var k in args) {
|
||||||
let data = args[k];
|
let data = args[k];
|
||||||
debugger;
|
|
||||||
if (data && data.apply_rule_on_other_items) {
|
if (data && data.apply_rule_on_other_items) {
|
||||||
me.frm.doc.items.forEach(d => {
|
me.frm.doc.items.forEach(d => {
|
||||||
if (in_list(data.apply_rule_on_other_items, d[data.apply_rule_on])) {
|
if (in_list(data.apply_rule_on_other_items, d[data.apply_rule_on])) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user