2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Add 'to_order' and 'to_build' collapsible panels

This commit is contained in:
Oliver Walters
2019-05-02 20:18:34 +10:00
parent 4d7ac870e0
commit 38100520df
8 changed files with 90 additions and 6 deletions

View File

@ -14,9 +14,6 @@
{% include "build/allocation_item.html" with item=bom_item build=build collapse_id=bom_item.id %}
{% endfor %}
<table class='table table-striped' id='build-table'>
</table>
<div>
<button class='btn btn-warning' type='button' id='complete-build'>Complete Build</button>
</div>