mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix typo in attribute name
This commit is contained in:
@@ -539,7 +539,7 @@ class BadgeExporter(BaseExporter):
|
||||
resolved_company=Case(
|
||||
When(company__ne='', then='company'),
|
||||
When(addon_to__company__isnull=False, addon_to__company__ne='',
|
||||
then='addon_to__company_cached'),
|
||||
then='addon_to__company'),
|
||||
default=Value(""),
|
||||
)
|
||||
).order_by('resolved_company', 'order__code')
|
||||
|
||||
Reference in New Issue
Block a user