From 09fabff55121a8d8e93dd0823e5011c6e02bed85 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 2 May 2023 14:47:02 +1000 Subject: [PATCH] Fix filters for part variant table (#4748) - Slight adjustment to HTML tags - Buttons were not displaying correctly inline --- InvenTree/part/templates/part/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index f9ddf2652a..01831d62d5 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -192,8 +192,8 @@
+ {% include "filter_list.html" with id="variants" %}
- {% include "filter_list.html" with id="variants" %}
@@ -218,7 +218,7 @@
-
+
{% include "filter_list.html" with id="parameters" %}