diff --git a/InvenTree/order/templates/order/order_base.html b/InvenTree/order/templates/order/order_base.html index 4e67325e48..71a8b09e9f 100644 --- a/InvenTree/order/templates/order/order_base.html +++ b/InvenTree/order/templates/order/order_base.html @@ -135,6 +135,10 @@ src="{% static 'img/blank_image.png' %}" {% block js_ready %} {{ block.super }} +enableRightNavbar({ + minWidth: '50px' +}); + {% if order.status == PurchaseOrderStatus.PENDING and order.lines.count > 0 %} $("#place-order").click(function() { launchModalForm("{% url 'po-issue' order.id %}", diff --git a/InvenTree/order/templates/order/order_notes.html b/InvenTree/order/templates/order/order_notes.html index 0b45a5da4b..f392816120 100644 --- a/InvenTree/order/templates/order/order_notes.html +++ b/InvenTree/order/templates/order/order_notes.html @@ -5,14 +5,17 @@ {% load static %} {% load markdownify %} +{% block menubar %} +{% include 'order/po_navbar.html' with tab='notes' %} +{% endblock %} + +{% block heading %} +{% trans "Order Notes" %} +{% endblock %} + {% block details %} -{% include 'order/po_tabs.html' with tab='notes' %} - {% if editing %} -