Skip to content
Snippets Groups Projects
Commit cbf0f593 authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

An activity entry transaction is not mandatory.

parent bb384426
No related branches found
No related tags found
No related merge requests found
Pipeline #7680 passed with stage
in 2 minutes and 51 seconds
......@@ -99,9 +99,10 @@ class Guest(models.Model):
null=True,
)
entry_transaction = models.ForeignKey(
null=True,
'note.Transaction',
on_delete=models.PROTECT,
blank=True,
null=True,
)
class Meta:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment