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',