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:
@ -149,6 +149,9 @@
|
|||||||
{% if roles.part.view %}
|
{% if roles.part.view %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if item.part.description %}
|
||||||
|
<span class='fas fa-info-circle icon-blue float-right' title='{{ item.part.description }}'></span>
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user