mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
refactor: remove unneccesary 'item' variable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user