From 822c68f554c39f210c8280a7c2f52a885c48e9cc Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 16 Mar 2023 16:33:02 +1100 Subject: [PATCH] Adds button for creating a new lien item --- .../order/templates/order/return_order_detail.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/InvenTree/order/templates/order/return_order_detail.html b/InvenTree/order/templates/order/return_order_detail.html index ac9637b553..b2faf502af 100644 --- a/InvenTree/order/templates/order/return_order_detail.html +++ b/InvenTree/order/templates/order/return_order_detail.html @@ -16,7 +16,13 @@

{% trans "Line Items" %}

{% include "spacer.html" %} - +
+ {% if roles.return_order.add %} + + {% endif %} +
@@ -33,7 +39,7 @@

{% trans "Extra Lines" %}

{% include "spacer.html" %}
- {% if roles.return_order.change %} + {% if roles.return_order.add %}