mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add location type to location overview (#7202)
This commit is contained in:
parent
516466bc50
commit
20dc0380bd
@ -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'>
|
||||
|
Loading…
Reference in New Issue
Block a user