From 3790983b5ef8a57130bc2c89182df6239a15b943 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 5 Jan 2026 19:24:17 -0500 Subject: [PATCH] Quick update to include some more fields. --- app/models/event_badge_models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/event_badge_models.py b/app/models/event_badge_models.py index 585cdc4..46b0ee8 100644 --- a/app/models/event_badge_models.py +++ b/app/models/event_badge_models.py @@ -294,9 +294,9 @@ class Event_Badge_Basic_Base(BaseModel): allow_tracking: Optional[bool] # Allow tracking for lead retrieval and other marketing # agree_to_tc: Optional[bool] # Agree to terms and conditions - # print_first_datetime: Optional[datetime.datetime] = None - # print_last_datetime: Optional[datetime.datetime] = None - # print_count: Optional[int] + print_first_datetime: Optional[datetime.datetime] = None + print_last_datetime: Optional[datetime.datetime] = None + print_count: Optional[int] # hide: Optional[bool] # priority: Optional[bool]