Add floatformat
This commit is contained in:
parent
38b2aa8986
commit
7010c76c72
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
{# Bill total#}
|
||||
<tr>
|
||||
<td colspan=4> {% trans "Total:" %} </td>
|
||||
<td> <span class="pull-right">{{ bill.total_price}} CHF </span></td>
|
||||
<td> <span class="pull-right">{{ bill.total_price|floatformat}} CHF </span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue