2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Add extra information callout to stock item display (#3658)

This commit is contained in:
Oliver 2022-09-08 10:20:35 +10:00 committed by GitHub
parent 198ac9b275
commit 2242088f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>