mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add extra information callout to stock item display (#3658)
This commit is contained in:
parent
198ac9b275
commit
2242088f90
@ -149,6 +149,9 @@
|
||||
{% if roles.part.view %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if item.part.description %}
|
||||
<span class='fas fa-info-circle icon-blue float-right' title='{{ item.part.description }}'></span>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user