refactor: remove unneccesary 'item' variable

This commit is contained in:
ruthra kumar
2024-12-04 16:17:01 +05:30
parent d68f30769a
commit 364126d2e4
2 changed files with 26 additions and 30 deletions

View File

@@ -502,7 +502,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
doc: doc,
method: "process_item_selection",
args: {
item: item
item: item.name
},
callback: function(r) {
if(!r.exc) {