diff options
Diffstat (limited to 'ihatemoney/templates/settle_bills.html')
| -rw-r--r-- | ihatemoney/templates/settle_bills.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/settle_bills.html b/ihatemoney/templates/settle_bills.html index a9b0dbc..601156c 100644 --- a/ihatemoney/templates/settle_bills.html +++ b/ihatemoney/templates/settle_bills.html @@ -15,7 +15,7 @@ <tr receiver={{bill.receiver.id}}> <td>{{ bill.ower }}</td> <td>{{ bill.receiver }}</td> - <td>{{ bill.amount|currencyformat_nc(g.project.default_currency) }}</td> + <td>{{ bill.amount|currency }}</td> </tr> {% endfor %} </tbody> |
