mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix sidenav in stocklist
This commit is contained in:
parent
a8f605c2e6
commit
95f62d529f
@ -99,7 +99,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if location and location.children.all|length > 0 %}
|
{% if location and location.children.all|length > 0 %}
|
||||||
{% include 'stock/location_list.html' with children=location.children.all collapse_id="locations" %}
|
{% include 'stock/location_list.html' with children=location.children.all collapse_id="locations" %}
|
||||||
@ -110,6 +109,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% include "stock_table.html" %}
|
{% include "stock_table.html" %}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user