fix: remove debugger

This commit is contained in:
Saqib Ansari 2020-04-24 16:41:48 +05:30
parent 40140c63dc
commit 8c70e8d4df

View File

@ -1407,7 +1407,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
for(var k in args) {
let data = args[k];
debugger;
if (data && data.apply_rule_on_other_items) {
me.frm.doc.items.forEach(d => {
if (in_list(data.apply_rule_on_other_items, d[data.apply_rule_on])) {