2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 13:06:45 +00:00

Merge pull request #1052 from SchrodingersGat/barcode-add

Change text for barcode
This commit is contained in:
Oliver 2020-10-19 16:31:47 +11:00 committed by GitHub
commit 957c538136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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