From 82271cfcb75536b612287534752b7f9dc416ffac Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 26 Oct 2021 22:46:30 +1100 Subject: [PATCH] Add breadcrumbs to purchase order and sales order pages (cherry picked from commit dd5eeb7c61049b8991cb9388f7d55b82ff3ffe03) --- InvenTree/order/templates/order/order_base.html | 11 +++++++++++ InvenTree/order/templates/order/sales_order_base.html | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/InvenTree/order/templates/order/order_base.html b/InvenTree/order/templates/order/order_base.html index ca7e70c4e3..d8fa4aafab 100644 --- a/InvenTree/order/templates/order/order_base.html +++ b/InvenTree/order/templates/order/order_base.html @@ -9,6 +9,17 @@ {% inventree_title %} | {% trans "Purchase Order" %} {% endblock %} +{% block pre_content %} + +{% endblock %} + {% block thumbnail %} + + +{% endblock %} + {% block below_thumbnail %}
{% if order.status == SalesOrderStatus.PENDING and not order.is_fully_allocated %}