Skip to content

Commit

Permalink
[CHG] primevere_e_c: invitation_code
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed Sep 18, 2024
1 parent e57d4c6 commit 763a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primevere_event_custom/models/event_track_speaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class EventTrackSpeaker(models.Model):

curriculum_vitae = fields.Text()
invitation_number = fields.Integer()
invitation_code = fields.Integer()
invitation_code = fields.Char()
need_ticket = fields.Boolean()
need_reserved_car_place = fields.Boolean()
slot_wishes = fields.Text()

0 comments on commit 763a88d

Please sign in to comment.