Hide expected total when it is correct
This commit is contained in:
parent
f9e489218d
commit
fd140a9314
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
<td class="value">{{ total_p|pmvalue }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if statement %}
|
||||
{% if statement and statement.diff != statement.sum %}
|
||||
<tr>
|
||||
<th scope="row" class="l">{% translate "Expected total" %}</th>
|
||||
<td class="c">{{ total|check:statement.diff }}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue