mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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>{% trans "Stock Items" %}</td>
|
||||||
<td>{{ location.item_count }}</td>
|
<td>{{ location.item_count }}</td>
|
||||||
</tr>
|
</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>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<table class='table table-striped table-condensed'>
|
<table class='table table-striped table-condensed'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user