2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Simplify part model

- Remove 'varian't or ''revision' field
- Part name must be unique across database
This commit is contained in:
Oliver Walters
2019-05-26 12:16:57 +10:00
parent 1312148721
commit 91a5a7f051
7 changed files with 56 additions and 20 deletions

View File

@@ -42,12 +42,6 @@
<td>{{ part.IPN }}</td>
</tr>
{% endif %}
{% if part.variant %}
<tr>
<td><b>Variant</b></td>
<td>{{ part.variant }}</td>
</tr>
{% endif %}
<tr>
<td><b>Description</b></td>
<td>{{ part.description }}</td>

View File

@@ -38,9 +38,6 @@
<h4>
{{ part.full_name }}
</h4>
{% if part.variant %}
<p>Variant: {{ part.variant }}</p>
{% endif %}
<p><i>{{ part.description }}</i></p>
<p>
<div class='btn-group'>