mirror of
https://github.com/pretix/pretix.git
synced 2026-05-19 17:34:03 +00:00
Model-based mail queuing
This commit is contained in:
@@ -293,6 +293,7 @@ class Customer(LoggedModel):
|
||||
locale=self.locale,
|
||||
customer=self,
|
||||
organizer=self.organizer,
|
||||
sensitive=True,
|
||||
)
|
||||
|
||||
def usable_gift_cards(self, used_cards=[]):
|
||||
|
||||
Reference in New Issue
Block a user