Add location type to location overview (#7202)

This commit is contained in:
Michael 2024-05-16 00:35:32 +02:00 committed by GitHub
parent 516466bc50
commit 20dc0380bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,13 @@
<td>{% trans "Stock Items" %}</td>
<td>{{ location.item_count }}</td>
</tr>
{% if location.location_type %}
<tr>
<td><span class='fas fa-box'></span></td>
<td>{% trans "Location Type" %}</td>
<td>{{ location.location_type }}</td>
</tr>
{% endif %}
</table>
{% else %}
<table class='table table-striped table-condensed'>