From dbc385ac24c4f4444a5ddec71f2b528321bdd8c9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 21 Dec 2021 16:48:34 +1100 Subject: [PATCH] Fix for "supplier-parts" view --- InvenTree/company/templates/company/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/company/templates/company/detail.html b/InvenTree/company/templates/company/detail.html index b808a26f08..e63f217f4b 100644 --- a/InvenTree/company/templates/company/detail.html +++ b/InvenTree/company/templates/company/detail.html @@ -45,8 +45,8 @@ {% endif %} + {% include "filter_list.html" with id="supplier-part" %} - {% include "filter_list.html" with id="supplier-part" %} {% endif %}