gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: fix currency in profile


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix currency in profile page
Date: Tue, 31 Oct 2017 17:01:12 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 7b8b462  fix currency in profile page
7b8b462 is described below

commit 7b8b462c2042a45fb69c337b1526aa34da18329f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 31 17:00:55 2017 +0100

    fix currency in profile page
---
 talerbank/app/views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 979e05d..c74a348 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -101,6 +101,7 @@ def profile_page(request):
         balance=user_account.amount.stringify(settings.TALER_DIGITS),
         sign = "-" if user_account.debit else "",
         precision=settings.TALER_DIGITS,
+        currency=user_account.amount.currency,
         account_no=user_account.account_no,
         history=history,
         just_withdrawn=just_withdrawn,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]