Added patch, fixed codacy issue

This commit is contained in:
Rohit Waghchaure
2017-08-30 18:56:26 +05:30
parent 6163a397df
commit 7e752c4ebf
8 changed files with 44 additions and 41 deletions

View File

@@ -146,7 +146,7 @@ erpnext.SerialNoBatchSelector = Class.extend({
this.map_row_values(this.item, this.values, 'serial_no', 'qty');
}
refresh_field("items");
this.callback && this.callback(this.item)
this.callback && this.callback(this.item);
},
map_row_values: function(row, values, number, qty_field, warehouse) {