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

Rename 'Company' to 'Suppliers' in front-end

This commit is contained in:
Oliver Walters
2019-05-15 07:44:13 +10:00
parent c6331255de
commit a1d587b7f4
3 changed files with 12 additions and 5 deletions
InvenTree
company
templates
company
templates

@@ -9,7 +9,7 @@
<li><a href="{% url 'part-index' %}">Parts</a></li>
<li><a href="{% url 'stock-index' %}">Stock</a></li>
<li><a href="{% url 'build-index' %}">Build</a></li>
<li><a href="{% url 'company-index' %}">Companies</a></li>
<li><a href="{% url 'company-index' %}">Suppliers</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
{% include "search_form.html" %}