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/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 @@
{% if order.status == PurchaseOrderStatus.PENDING and roles.purchase_order.change %} - 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..41332eeec5 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -74,7 +74,7 @@
{% if 0 %} - + {% endif %}
@@ -185,7 +185,7 @@