diff --git a/InvenTree/company/templates/company/purchase_orders.html b/InvenTree/company/templates/company/purchase_orders.html index aa30dcd4d9..bab5cd4bce 100644 --- a/InvenTree/company/templates/company/purchase_orders.html +++ b/InvenTree/company/templates/company/purchase_orders.html @@ -12,7 +12,7 @@
-
+
@@ -29,7 +29,7 @@ loadPurchaseOrderTable("#purchase-order-table", { url: "{% url 'api-po-list' %}", params: { - supplier: company.id, + supplier: {{ company.id }}, } }); diff --git a/InvenTree/company/templates/company/sales_orders.html b/InvenTree/company/templates/company/sales_orders.html index b19ba563b2..facfbce189 100644 --- a/InvenTree/company/templates/company/sales_orders.html +++ b/InvenTree/company/templates/company/sales_orders.html @@ -12,7 +12,7 @@
-
+
diff --git a/InvenTree/part/templates/part/orders.html b/InvenTree/part/templates/part/orders.html index 82f759b82c..8fe5e71688 100644 --- a/InvenTree/part/templates/part/orders.html +++ b/InvenTree/part/templates/part/orders.html @@ -12,7 +12,7 @@
-
+
diff --git a/InvenTree/part/templates/part/sales_orders.html b/InvenTree/part/templates/part/sales_orders.html index 3878dbee34..9e661d44e4 100644 --- a/InvenTree/part/templates/part/sales_orders.html +++ b/InvenTree/part/templates/part/sales_orders.html @@ -12,7 +12,7 @@
-
+