From 064431e94f3b5cb085e4e83737333460310c13aa Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 3 Jul 2019 20:14:13 +1000 Subject: [PATCH] Fix template to display list of missing BOM columns --- InvenTree/part/templates/part/bom_upload/select_fields.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/InvenTree/part/templates/part/bom_upload/select_fields.html b/InvenTree/part/templates/part/bom_upload/select_fields.html index a990967cb6..45f2b8c3a3 100644 --- a/InvenTree/part/templates/part/bom_upload/select_fields.html +++ b/InvenTree/part/templates/part/bom_upload/select_fields.html @@ -9,7 +9,7 @@

Step 2 - Select Fields


-{% if missing and missing|length > 0 %} +{% if missing_columns and missing_columns|length > 0 %}