2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00

JS linting

This commit is contained in:
Oliver 2022-03-04 16:34:26 +11:00
parent d2027dc590
commit 4151d94240

View File

@ -1872,7 +1872,7 @@ function autoAllocateStockToBuild(build_id, bom_items=[], options={}) {
substitutes: { substitutes: {
value: true, value: true,
}, },
} };
constructForm(`/api/build/${build_id}/auto-allocate/`, { constructForm(`/api/build/${build_id}/auto-allocate/`, {
method: 'POST', method: 'POST',