fix: Linting issues

(cherry picked from commit 0980c2f9816b3e4a11b5410b5997a72b1cad28fd)
diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js
index 2019bc0..92a6113 100644
--- a/erpnext/public/js/controllers/transaction.js
+++ b/erpnext/public/js/controllers/transaction.js
@@ -1587,7 +1587,7 @@
 
 		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];