1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

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

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()