From 4151d942403fdb63bbb24644e15837024b634d29 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 4 Mar 2022 16:34:26 +1100 Subject: [PATCH] JS linting --- InvenTree/templates/js/translated/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/templates/js/translated/build.js b/InvenTree/templates/js/translated/build.js index 0eb798aa28..fa0b90682e 100644 --- a/InvenTree/templates/js/translated/build.js +++ b/InvenTree/templates/js/translated/build.js @@ -1872,7 +1872,7 @@ function autoAllocateStockToBuild(build_id, bom_items=[], options={}) { substitutes: { value: true, }, - } + }; constructForm(`/api/build/${build_id}/auto-allocate/`, { method: 'POST',