[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-bank] branch master updated: fix name
From: |
gnunet |
Subject: |
[taler-bank] branch master updated: fix name |
Date: |
Thu, 10 Jun 2021 15:52:59 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository bank.
The following commit(s) were added to refs/heads/master by this push:
new a9da6b4 fix name
a9da6b4 is described below
commit a9da6b4e4e0b224c8cffa5ec174e9abca9a0b78d
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 10 15:52:56 2021 +0200
fix name
---
talerbank/app/views.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index b199f55..439887f 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -907,9 +907,9 @@ def twg_add_incoming(request, user_account, acct_id):
# check if reserve pub exists already.
try:
- BankTransactions.objects.get(subject=subject)
+ BankTransaction.objects.get(subject=subject)
- except BankTransactions.DoesNotExist:
+ except BankTransaction.DoesNotExist:
wtrans = wire_transfer(
amount,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-bank] branch master updated: fix name,
gnunet <=