2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Fix for example test report (#7498)

This commit is contained in:
Oliver
2024-06-23 22:25:23 +10:00
committed by GitHub
parent 54a9bcef57
commit c2a755e3bd

View File

@ -111,8 +111,7 @@ content: "{% trans 'Stock Item Test Report' %}";
<td colspan='5'><hr></td> <td colspan='5'><hr></td>
</tr> </tr>
{% for key in test_keys %} {% for key in test_keys %}
<!-- test key = {{ key }} --> {% getkey test_templates key as test_template %}
{% getkey test_template_map key as test_template %}
{% getkey results key as test_result %} {% getkey results key as test_result %}
<tr class='test-row'> <tr class='test-row'>
<td> <td>