diff --git a/InvenTree/company/templates/company/index.html b/InvenTree/company/templates/company/index.html index 84fd85732e..d4193960d3 100644 --- a/InvenTree/company/templates/company/index.html +++ b/InvenTree/company/templates/company/index.html @@ -8,20 +8,15 @@ InvenTree | Supplier List {% block content %} -
-
-

Supplier List

-
-
-
-
- -
-
+

Supplier List

+
+ +
+
+
-
diff --git a/InvenTree/order/templates/order/purchase_orders.html b/InvenTree/order/templates/order/purchase_orders.html index 0c7ac717cd..78649ca6de 100644 --- a/InvenTree/order/templates/order/purchase_orders.html +++ b/InvenTree/order/templates/order/purchase_orders.html @@ -8,18 +8,16 @@ InvenTree | Purchase Orders {% block content %} -
-
-

Purchase Orders

-
-
-
- -
+

Purchase Orders

+
+ +
+
+
-{% include "order/po_table.html" %} +{% include "order/po_table.html" with toolbar='#table-buttons' %} {% endblock %} @@ -34,4 +32,8 @@ $("#po-create").click(function() { ); }); +$("#po-table").bootstrapTable({ + search: true, +}); + {% endblock %} \ No newline at end of file