Fix problem data bug

This commit is contained in:
cuom1999 2022-12-20 00:02:28 -06:00
parent e4f46146cc
commit bdd30f94b7
3 changed files with 5 additions and 5 deletions

View file

@ -84,7 +84,7 @@
{% for batch in batches %}
{% if batch.id %}
{% set batch_AC = (batch.points == batch.total) %}
<tr class="case-row" class= "background-{{ 'd6e8f7' if batch.points == batch.total else 'bisque'}}">
<tr class="case-row background-{{'d6e8f7' if batch.points == batch.total else 'bisque'}}">
<td>
<b>{{ _('Batch ') }}#{{ batch.id }}</b>
</td>