gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: typo


From: gnunet
Subject: [taler-bank] branch master updated: typo
Date: Tue, 03 Dec 2019 17:51:02 +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 0a5b29a  typo
0a5b29a is described below

commit 0a5b29ab2bd3286ecd80b6ad99e5e1ce89ffaa13
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..c8a352b 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), delta
     )
     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]