From 20581ed090cc1df8a5c79cbc71d9daea8e358bc5 Mon Sep 17 00:00:00 2001 From: Maxime Pommier Date: Tue, 16 Jul 2019 15:43:39 +0200 Subject: [PATCH] [bp] Add bdate --- modules/bp/pages/accounthistory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bp/pages/accounthistory.py b/modules/bp/pages/accounthistory.py index 67ca55b739..fcfa3e9bb9 100644 --- a/modules/bp/pages/accounthistory.py +++ b/modules/bp/pages/accounthistory.py @@ -139,7 +139,7 @@ def get_history(self, deferred=False): if deferred: op._cardid = 'CARTE %s' % card_no op.type = Transaction.TYPE_DEFERRED_CARD - op.rdate = op.date + op.rdate = op.bdate = op.date op.date = debit_date # on card page, amounts are without sign if op.amount > 0: -- GitLab