mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1152 from elmo2k3/fix-stocklist-sidebar
Fix sidenav in stocklist
This commit is contained in:
commit
28a5ee32c4
@ -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