From c2a755e3bd46481e567352550e10348930623f7a Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 23 Jun 2024 22:25:23 +1000 Subject: [PATCH] Fix for example test report (#7498) --- .../report/templates/report/inventree_test_report.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/backend/InvenTree/report/templates/report/inventree_test_report.html b/src/backend/InvenTree/report/templates/report/inventree_test_report.html index 4e25b4598f..25a4598154 100644 --- a/src/backend/InvenTree/report/templates/report/inventree_test_report.html +++ b/src/backend/InvenTree/report/templates/report/inventree_test_report.html @@ -111,8 +111,7 @@ content: "{% trans 'Stock Item Test Report' %}";
{% for key in test_keys %} - - {% getkey test_template_map key as test_template %} + {% getkey test_templates key as test_template %} {% getkey results key as test_result %}