commit | 8c70e8d4df15b9863d343ec3da06fafbb6af18ff | [log] [tgz] |
---|---|---|
author | Saqib Ansari <nextchamp.saqib@gmail.com> | Fri Apr 24 16:41:48 2020 +0530 |
committer | Saqib Ansari <nextchamp.saqib@gmail.com> | Fri Apr 24 16:41:48 2020 +0530 |
tree | 5c8de3378c1d48cb092b6839d13ac40bb26af949 | |
parent | 40140c63dc2490078d22895d7908d302fd04d5cc [diff] |
fix: remove debugger
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index afe4d8c..4296447 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js
@@ -1407,7 +1407,7 @@ 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])) {