Add one more decimal digit to status cell
This commit is contained in:
parent
954e7a15ea
commit
79d6397fd7
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td><span class="col-title">{{_('Point')}}: </span>
|
<td><span class="col-title">{{_('Point')}}: </span>
|
||||||
{{ case.points|floatformat }}/{{ case.total|floatformat }}
|
{{ case.points|floatformat(2) }}/{{ case.total|floatformat }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{%- if case.status != 'SC' -%}
|
{%- if case.status != 'SC' -%}
|
||||||
|
|
Loading…
Reference in a new issue