Add floatformat

This commit is contained in:
Modulos 2017-05-09 04:41:35 +02:00
parent 38b2aa8986
commit 7010c76c72

View file

@ -58,7 +58,7 @@
{# Bill total#} {# Bill total#}
<tr> <tr>
<td colspan=4> {% trans "Total:" %} </td> <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> </tr>
</tbody> </tbody>
</table> </table>