mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-15 14:09:36 +00:00
Show GTIN in part extended info tab
This commit is contained in:
parent
a962e5e019
commit
4de6dbba27
1 changed files with 6 additions and 1 deletions
|
|
@ -42,6 +42,11 @@
|
|||
<td>{{ part.ipn ?? 'part.ipn.not_defined'|trans }}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>{% trans %}part.gtin{% endtrans %}</td>
|
||||
<td>{{ part.gtin ?? '' }}</td>
|
||||
</tr>
|
||||
|
||||
<tr> {# Favorite status #}
|
||||
<td>{% trans %}part.isFavorite{% endtrans %}</td>
|
||||
<td>{{ helper.boolean_badge(part.favorite) }}</td>
|
||||
|
|
@ -106,4 +111,4 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue