Browse Source

fix: Linting issues

(cherry picked from commit 0980c2f9816b3e4a11b5410b5997a72b1cad28fd)
develop
Deepesh Garg 3 years ago
committed by mergify-bot
parent
commit
4756fbc253
  1. 2
      erpnext/public/js/controllers/transaction.js

2
erpnext/public/js/controllers/transaction.js

@ -1587,7 +1587,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
for(var i=0, l=children.length; i<l; i++) {
var d = children[i] ;
let item_row = frappe.get_doc(d.doctype, d.name)
let item_row = frappe.get_doc(d.doctype, d.name);
var existing_pricing_rule = frappe.model.get_value(d.doctype, d.name, "pricing_rules");
for(var k in d) {
var v = d[k];

Loading…
Cancel
Save