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

remove dead code

This commit is contained in:
Oliver Walters
2022-05-03 17:33:03 +10:00
parent f0e8e32c8a
commit 96c5a8252c
7 changed files with 31 additions and 524 deletions

View File

@ -1532,13 +1532,18 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) {
var pk = $(this).attr('pk');
launchModalForm('{% url "order-parts" %}', {
data: {
parts: [
pk,
]
inventreeGet(
`/api/part/${pk}/`,
{},
{
success: function(part) {
orderParts(
[part],
{}
);
}
}
});
);
});
// Callback for 'build' button