mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
More linting
This commit is contained in:
@ -524,7 +524,7 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
|
||||
return data.map(function(row) {
|
||||
return +row['quantity'];
|
||||
}).reduce(function(sum, i) {
|
||||
return sum + i
|
||||
return sum + i;
|
||||
}, 0);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user