From 35738ce0267490d7aa64a621c9e6c1c8c3b21dd9 Mon Sep 17 00:00:00 2001 From: eeintech Date: Mon, 23 Aug 2021 14:52:35 -0400 Subject: [PATCH] Updated all 'add' buttons to 'btn-success' CSS class --- InvenTree/company/templates/company/supplier_part.html | 2 +- InvenTree/order/templates/order/purchase_order_detail.html | 2 +- InvenTree/part/templates/part/detail.html | 2 +- InvenTree/part/templates/part/prices.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/InvenTree/company/templates/company/supplier_part.html b/InvenTree/company/templates/company/supplier_part.html index ec85d85af9..472fa62c91 100644 --- a/InvenTree/company/templates/company/supplier_part.html +++ b/InvenTree/company/templates/company/supplier_part.html @@ -160,7 +160,7 @@ src="{% static 'img/blank_image.png' %}"
{% if roles.purchase_order.add %}
-
diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index 586ce73f14..e4647ce756 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -19,7 +19,7 @@