diff --git a/InvenTree/order/templates/order/order_wizard/select_parts.html b/InvenTree/order/templates/order/order_wizard/select_parts.html index f8ed6e2a93..b872e5aa71 100644 --- a/InvenTree/order/templates/order/order_wizard/select_parts.html +++ b/InvenTree/order/templates/order/order_wizard/select_parts.html @@ -3,7 +3,7 @@ {% block form %}
File | -Comment | -- | ||
---|---|---|---|---|
{{ attachment.basename }} | -{{ attachment.comment }} | -
-
-
-
-
- |
-
File | +Comment | ++ | ||
---|---|---|---|---|
{{ attachment.basename }} | +{{ attachment.comment }} | +
+
+
+
+
+ |
+ ||
@@ -83,4 +85,9 @@
});
});
+ $("#attachment-table").bootstrapTable({
+ search: true,
+ sortable: true,
+ });
+
{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html
index ef47e70515..68ae0ed3bd 100644
--- a/InvenTree/part/templates/part/detail.html
+++ b/InvenTree/part/templates/part/detail.html
@@ -4,9 +4,12 @@
{% include 'part/tabs.html' with tab='detail' %}
+Part Details+ ++
-
Part Details
- Part Type
|