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

Fix display of part trackable status info

This commit is contained in:
Oliver Walters 2019-07-23 11:57:33 +10:00
parent a42371598c
commit 077ad9482e

View File

@ -116,9 +116,9 @@
<td><b>Trackable</b></td> <td><b>Trackable</b></td>
<td>{% include "slide.html" with state=part.trackable field='trackable' %}</td> <td>{% include "slide.html" with state=part.trackable field='trackable' %}</td>
{% if part.trackable %} {% if part.trackable %}
<td>Part stock will be tracked by (serial or batch)</td> <td>Part stock is tracked by serial number</td>
{% else %} {% else %}
<td><i>Part stock will not be tracked by</i></td> <td><i>Part stock is not tracked by serial number</i></td>
{% endif %} {% endif %}
</tr> </tr>
<tr> <tr>