diff --git a/ihatemoney/models.py b/ihatemoney/models.py index 63b43e3c..5cbc974d 100644 --- a/ihatemoney/models.py +++ b/ihatemoney/models.py @@ -377,6 +377,9 @@ class Bill(db.Model): "creation_date": self.creation_date, "what": self.what, "external_link": self.external_link, + "original_currency": self.original_currency, + "original_amount": self.original_amount, + } def pay_each(self): diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 84f72994..f9a2a9f8 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -121,6 +121,8 @@ {{ bill.owers|join(', ', 'name') }} {%- endif %}