mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
More linting
This commit is contained in:
parent
20788bb559
commit
387680fbcd
@ -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);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user