From 00be092a775c924710a105ec6f081e9edc9c2bb0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 22 Dec 2022 12:49:44 +1100 Subject: [PATCH] js style fix --- InvenTree/templates/js/translated/part.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/part.js b/InvenTree/templates/js/translated/part.js index 479e3b1e05..ade61b0b9a 100644 --- a/InvenTree/templates/js/translated/part.js +++ b/InvenTree/templates/js/translated/part.js @@ -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) {