mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Avoid setting name_parts to None
This commit is contained in:
@@ -1601,6 +1601,7 @@ class InvoiceAddress(models.Model):
|
||||
self.name_cached = self.name
|
||||
else:
|
||||
self.name_cached = ""
|
||||
self.name_parts = {}
|
||||
super().save(**kwargs)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user