2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Move "stock" part view

This commit is contained in:
Oliver
2021-07-15 12:52:36 +10:00
parent 0667857754
commit 2d2ad91545
8 changed files with 150 additions and 198 deletions

View File

@ -7,8 +7,7 @@
{% load markdownify %}
{% block menubar %}
{% include 'order/po_navbar.html' with tab='details' %}
{% include 'order/po_navbar.html' %}
{% endblock %}
{% block page_content %}

View File

@ -7,7 +7,7 @@
{% load markdownify %}
{% block menubar %}
{% include "order/so_navbar.html" with tab='details' %}
{% include "order/so_navbar.html" %}
{% endblock %}
{% block page_content %}