Transfer from the Société générale is antedated

This commit is contained in:
Yohann D'ANELLO 2020-08-21 07:40:27 +02:00
parent c090b4af76
commit ba636fc401
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ class SogeCredit(models.Model):
last_name=self.user.last_name,
first_name=self.user.first_name,
bank="Société générale",
created_at=self.transactions.order_by("-created_at").first().created_at,
)
self.save()