mirror of
https://github.com/pretix/pretix.git
synced 2025-12-23 17:02:26 +00:00
* Fix #473 -- Internal name for categories and products * fix pdf renderer
This commit is contained in:
@@ -87,6 +87,7 @@ def cart_position(event, item, variations):
|
||||
TEST_CATEGORY_RES = {
|
||||
"name": {"en": "Tickets"},
|
||||
"description": {"en": ""},
|
||||
"internal_name": None,
|
||||
"position": 0,
|
||||
"is_addon": False
|
||||
}
|
||||
@@ -192,6 +193,7 @@ def item3(event):
|
||||
|
||||
TEST_ITEM_RES = {
|
||||
"name": {"en": "Budget Ticket"},
|
||||
"internal_name": None,
|
||||
"default_price": "23.00",
|
||||
"category": None,
|
||||
"active": True,
|
||||
|
||||
Reference in New Issue
Block a user