2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

Construct bare-bones API form

This commit is contained in:
Oliver
2021-10-05 14:57:50 +11:00
parent e2c3690cb8
commit b75e817447
3 changed files with 163 additions and 3 deletions

View File

@ -973,7 +973,6 @@ function allocateStockToBuild(build_id, part_id, bom_items, options={}) {
</table>
`;
constructForm(`/api/build/${build_id}/allocate/`, {
method: 'POST',
fields: {},