diff --git a/controllers/store/__pycache__/product.cpython-312.pyc b/controllers/store/__pycache__/product.cpython-312.pyc index 982af07b..da18e248 100644 Binary files a/controllers/store/__pycache__/product.cpython-312.pyc and b/controllers/store/__pycache__/product.cpython-312.pyc differ diff --git a/controllers/store/__pycache__/product_category.cpython-312.pyc b/controllers/store/__pycache__/product_category.cpython-312.pyc index f1473424..afd4c792 100644 Binary files a/controllers/store/__pycache__/product_category.cpython-312.pyc and b/controllers/store/__pycache__/product_category.cpython-312.pyc differ diff --git a/controllers/store/__pycache__/product_permutation.cpython-312.pyc b/controllers/store/__pycache__/product_permutation.cpython-312.pyc index d1c7ed14..946c74fc 100644 Binary files a/controllers/store/__pycache__/product_permutation.cpython-312.pyc and b/controllers/store/__pycache__/product_permutation.cpython-312.pyc differ diff --git a/controllers/store/__pycache__/stock_item.cpython-312.pyc b/controllers/store/__pycache__/stock_item.cpython-312.pyc index 18e90aaa..5c20d4b5 100644 Binary files a/controllers/store/__pycache__/stock_item.cpython-312.pyc and b/controllers/store/__pycache__/stock_item.cpython-312.pyc differ diff --git a/controllers/store/__pycache__/supplier.cpython-312.pyc b/controllers/store/__pycache__/supplier.cpython-312.pyc index 1174909b..26a0326b 100644 Binary files a/controllers/store/__pycache__/supplier.cpython-312.pyc and b/controllers/store/__pycache__/supplier.cpython-312.pyc differ diff --git a/templates/pages/store/_manufacturing_purchase_orders.html b/templates/pages/store/_manufacturing_purchase_orders.html index 53e664a2..8ce1ff9c 100644 --- a/templates/pages/store/_manufacturing_purchase_orders.html +++ b/templates/pages/store/_manufacturing_purchase_orders.html @@ -6,7 +6,7 @@ {% endblock %} {% block page_body %} -
+ {{ model.form_filters.hidden_tag() }}
diff --git a/templates/pages/store/_product_categories.html b/templates/pages/store/_product_categories.html index 81aa4c17..21e4f587 100644 --- a/templates/pages/store/_product_categories.html +++ b/templates/pages/store/_product_categories.html @@ -7,7 +7,7 @@ --> - + {{ model.form_filters.hidden_tag() }}
diff --git a/templates/pages/store/_product_permutations.html b/templates/pages/store/_product_permutations.html index 6222222d..493154bc 100644 --- a/templates/pages/store/_product_permutations.html +++ b/templates/pages/store/_product_permutations.html @@ -11,7 +11,7 @@ - + {{ model.form_filters.hidden_tag() }}
diff --git a/templates/pages/store/_product_variations.html b/templates/pages/store/_product_variations.html index 8f725446..fffde180 100644 --- a/templates/pages/store/_product_variations.html +++ b/templates/pages/store/_product_variations.html @@ -3,7 +3,7 @@ {% block page_body %} - + {{ model.form_filters.hidden_tag() }}
diff --git a/templates/pages/store/_products.html b/templates/pages/store/_products.html index 3f68bbb4..a3f78e34 100644 --- a/templates/pages/store/_products.html +++ b/templates/pages/store/_products.html @@ -7,7 +7,7 @@ --> - + {{ model.form_filters.hidden_tag() }}
diff --git a/templates/pages/store/_stock_items.html b/templates/pages/store/_stock_items.html index d1051322..48587081 100644 --- a/templates/pages/store/_stock_items.html +++ b/templates/pages/store/_stock_items.html @@ -9,7 +9,7 @@ - + {{ model.form_filters.hidden_tag() }}
diff --git a/templates/pages/store/_supplier_purchase_orders.html b/templates/pages/store/_supplier_purchase_orders.html index 962279f4..491117e3 100644 --- a/templates/pages/store/_supplier_purchase_orders.html +++ b/templates/pages/store/_supplier_purchase_orders.html @@ -3,7 +3,7 @@ {% block page_body %} - + {{ model.form_filters.hidden_tag() }}
diff --git a/templates/pages/store/_suppliers.html b/templates/pages/store/_suppliers.html index 16fd0ffd..c38a7db3 100644 --- a/templates/pages/store/_suppliers.html +++ b/templates/pages/store/_suppliers.html @@ -3,7 +3,7 @@ {% block page_body %} - + {{ model.form_filters.hidden_tag() }}