mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change text for barcode
This commit is contained in:
parent
ce1cce99bb
commit
647e2cf64d
@ -228,7 +228,7 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
|
|||||||
{% if item.uid %}
|
{% if item.uid %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class='fas fa-barcode'></span></td>
|
<td><span class='fas fa-barcode'></span></td>
|
||||||
<td>{% trans "Unique Identifier" %}</td>
|
<td>{% trans "Barcode Identifier" %}</td>
|
||||||
<td>{{ item.uid }}</td>
|
<td>{{ item.uid }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user