2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-09 15:10:54 +00:00

Update navbar with category links

- Part
- Stock
- Supplier
This commit is contained in:
Oliver
2018-04-14 16:32:41 +10:00
parent 6a98846a8f
commit bc7e29aeb4
3 changed files with 14 additions and 3 deletions

View File

@ -21,7 +21,7 @@
{% for part in supplier.parts.all %}
<tr>
<td><a href="{% url 'part-detail' part.part.id %}">{{ part.part.name }}</a></td>
<td>{{ part.SKU }}</td>
<td><a href="{% url 'supplier-part-detail' part.id %}">{{ part.SKU }}</a></td>
<td>Manufacturer name goes here</td>
<td>MPN goes here</td>
<td>{{ part.URL }}</td>