mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
js style fix
This commit is contained in:
@ -725,7 +725,7 @@ function performStocktake(partId, options={}) {
|
|||||||
|
|
||||||
var part_quantity = 0;
|
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
|
// Helper function for formatting a StockItem row
|
||||||
function buildStockItemRow(item) {
|
function buildStockItemRow(item) {
|
||||||
|
Reference in New Issue
Block a user