From 6f742319e5ea5d2d746efb282e29237e9aeb92f5 Mon Sep 17 00:00:00 2001 From: eeintech Date: Mon, 23 Aug 2021 12:48:47 -0400 Subject: [PATCH] Corrected color of 'new' orders UI button --- InvenTree/company/templates/company/detail.html | 4 ++-- InvenTree/order/templates/order/purchase_orders.html | 2 +- InvenTree/order/templates/order/sales_orders.html | 2 +- InvenTree/part/templates/part/detail.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/InvenTree/company/templates/company/detail.html b/InvenTree/company/templates/company/detail.html index 806d7f6441..903cfbe060 100644 --- a/InvenTree/company/templates/company/detail.html +++ b/InvenTree/company/templates/company/detail.html @@ -105,7 +105,7 @@ {% if roles.purchase_order.add %}
-
@@ -127,7 +127,7 @@ {% if roles.sales_order.add %}
-
diff --git a/InvenTree/order/templates/order/purchase_orders.html b/InvenTree/order/templates/order/purchase_orders.html index daefbc0e00..147f6bf244 100644 --- a/InvenTree/order/templates/order/purchase_orders.html +++ b/InvenTree/order/templates/order/purchase_orders.html @@ -17,7 +17,7 @@
{% if roles.purchase_order.add %} - {% endif %} diff --git a/InvenTree/order/templates/order/sales_orders.html b/InvenTree/order/templates/order/sales_orders.html index 71ffbc212f..8882f4fef0 100644 --- a/InvenTree/order/templates/order/sales_orders.html +++ b/InvenTree/order/templates/order/sales_orders.html @@ -17,7 +17,7 @@
{% if roles.sales_order.add %} - {% endif %} diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index 5e398718f5..c8a1bd1770 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -74,7 +74,7 @@
{% if 0 %} - + {% endif %}