2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00

Merge remote-tracking branch 'origin/customer_orders'

This commit is contained in:
Oliver
2018-04-17 23:18:08 +10:00
20 changed files with 343 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<li><a href="{% url 'stock-index' %}">Stock</a></li>
<li><a href="{% url 'build-index' %}">Build</a></li>
<li><a href="{% url 'supplier-index' %}">Suppliers</a></li>
<li><a href="{% url 'customer-order-index' %}">Customer Orders</a></li>
</ul>
</div>
</nav>