Fix kfet stats
This commit is contained in:
parent
33319cfe76
commit
79f0757e9f
1 changed files with 1 additions and 1 deletions
|
@ -2507,7 +2507,7 @@ class AccountStatOperationList(UserAccountMixin, SingleResumeStat):
|
|||
(
|
||||
"Tout le temps",
|
||||
MonthScale,
|
||||
{"last": True, "begin": self.object.created_at},
|
||||
{"last": True, "begin": self.object.created_at.replace(tzinfo=None)},
|
||||
False,
|
||||
),
|
||||
("1 an", MonthScale, {"last": True, "n_steps": 12}, False),
|
||||
|
|
Loading…
Reference in a new issue