gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] 01/01: typo


From: gnunet
Subject: [taler-bank] 01/01: typo
Date: Tue, 03 Dec 2019 17:56:42 +0100

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

dold pushed a commit to branch master
in repository bank.

commit c2562840833211474adf601ac1f8cb943dcf839b
Author: Florian Dold <address@hidden>
AuthorDate: Tue Dec 3 17:50:57 2019 +0100

    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 5ec770e..d340ce1 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -686,7 +686,7 @@ def query_history(bank_account, direction, delta, start, 
ordering):
         sign_filter = Q(id__gt=start)
 
     qs = BankTransaction.objects.filter(
-        direction_switch(bank_account, direction), sign_filter(delta)
+        direction_switch(bank_account, direction), sign_filter
     )
     order = "-id" if "descending" == ordering else "id"
     return qs.order_by(order)[:abs(delta)]

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



reply via email to

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