Merge pull request #1152 from elmo2k3/fix-stocklist-sidebar

Fix sidenav in stocklist
This commit is contained in:
Oliver 2020-12-01 08:56:41 +11:00 committed by GitHub
commit 28a5ee32c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,6 @@
</div>
</h3>
</div>
</div>
{% if location and location.children.all|length > 0 %}
{% include 'stock/location_list.html' with children=location.children.all collapse_id="locations" %}
@ -110,6 +109,7 @@
<hr>
{% include "stock_table.html" %}
</div>
{% endblock %}