gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix typo


From: gnunet
Subject: [taler-bank] branch master updated: fix typo
Date: Mon, 17 Feb 2020 20:10:46 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 7a5158d  fix typo
7a5158d is described below

commit 7a5158de8349a017b9463f9eb41d262258862aa5
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 17 20:10:41 2020 +0100

    fix typo
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 2e74f8f..4463f79 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1293,7 +1293,7 @@ def bank_accounts_api_get_withdrawal(request, user, 
acct_id, wid):
     op = TalerWithdrawOperation.objects.get(withdraw_id=wid)
     selected_exchange_account = None
     if op.selected_exchange_account:
-        selected_exchange_account = op.selected_exchange_account.user.name
+        selected_exchange_account = op.selected_exchange_account.user.username
     return JsonResponse(
         {
             "amount": op.amount.stringify(),

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



reply via email to

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