mirror of https://gitlab.crans.org/bde/nk20
Don't check permission to edit credit transaction test while deleting a SogéCredit
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
ab2e580e68
commit
a0b920ac94
|
@ -432,6 +432,7 @@ class SogeCredit(models.Model):
|
|||
# was opened after the validation of the account.
|
||||
self.credit_transaction.valid = False
|
||||
self.credit_transaction.reason += " (invalide)"
|
||||
self.credit_transaction._force_save = True
|
||||
self.credit_transaction.save()
|
||||
super().delete(**kwargs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue