gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] tag demo-2019-12-03-02 updated (dedf7f3 -> 0a5b29a)


From: gnunet
Subject: [taler-bank] tag demo-2019-12-03-02 updated (dedf7f3 -> 0a5b29a)
Date: Tue, 03 Dec 2019 17:51:14 +0100

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

dold pushed a change to tag demo-2019-12-03-02
in repository bank.

*** WARNING: tag demo-2019-12-03-02 was modified! ***

    from dedf7f3  (commit)
      to 0a5b29a  (commit)
    from dedf7f3  fix history query
     add 0a5b29a  typo

No new revisions were added by this update.

Summary of changes:
 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]