Merge pull request #2763 from SchrodingersGat/bo-allocation-table-fix

Fix table toolbar for stock item allocations
This commit is contained in:
Oliver 2022-03-20 16:43:40 +11:00 committed by GitHub
commit bab47d1425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@
{% include "filter_list.html" with id="buildorderallocation" %}
</div>
</div>
<table class='table table-striped table-condensed' data-toolbar='#build-order-allocation-toolbar' id='build-order-allocation-table'></table>
<table class='table table-striped table-condensed' data-toolbar='#build-order-allocations-toolbar' id='build-order-allocation-table'></table>
</div>
{% endif %}