mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix display of part trackable status info
This commit is contained in:
parent
a42371598c
commit
077ad9482e
@ -116,9 +116,9 @@
|
||||
<td><b>Trackable</b></td>
|
||||
<td>{% include "slide.html" with state=part.trackable field='trackable' %}</td>
|
||||
{% if part.trackable %}
|
||||
<td>Part stock will be tracked by (serial or batch)</td>
|
||||
<td>Part stock is tracked by serial number</td>
|
||||
{% 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 %}
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user