mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
js style fix
This commit is contained in:
parent
a83943ad50
commit
00be092a77
@ -725,7 +725,7 @@ function performStocktake(partId, options={}) {
|
||||
|
||||
var part_quantity = 0;
|
||||
|
||||
var date_threshold = moment().subtract(30, "days");
|
||||
var date_threshold = moment().subtract(30, 'days');
|
||||
|
||||
// Helper function for formatting a StockItem row
|
||||
function buildStockItemRow(item) {
|
||||
|
Loading…
Reference in New Issue
Block a user