2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Merge remote-tracking branch 'inventree/master' into build-allocation

# Conflicts:
#	InvenTree/company/templates/company/tabs.html
This commit is contained in:
Oliver Walters
2019-05-01 08:15:58 +10:00
4 changed files with 13 additions and 6 deletions

View File

@ -12,9 +12,11 @@
</li>
{% endif %}
{% endif %}
{% if company.is_customer and 0 %}
{% if company.is_customer %}
{% if 0 %}
<li{% if tab == 'co' %} class='active'{% endif %}>
<a href="#">Sales Orders</a>
</li>
{% endif %}
</ul>
{% endif %}
</ul>