mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
* Fix #473 -- Internal name for categories and products * fix pdf renderer
This commit is contained in:
@@ -90,7 +90,7 @@ class IndexView(EventPermissionRequiredMixin, ChartContainingView, TemplateView)
|
||||
.annotate(cnt=Count('id')).order_by())
|
||||
}
|
||||
item_names = {
|
||||
i.id: str(i.name)
|
||||
i.id: str(i)
|
||||
for i in Item.objects.filter(event=self.request.event)
|
||||
}
|
||||
ctx['obp_data'] = json.dumps([
|
||||
|
||||
Reference in New Issue
Block a user