change ablauf add ticket notes

Reviewed-on: #48
This commit is contained in:
2025-03-15 13:56:08 +00:00
parent 6e0c32f9d2
commit 23b050ef98
2 changed files with 141 additions and 112 deletions

View File

@ -12,6 +12,7 @@ class TicketData
1 => [
'name' => 'All-Inclusive Ticket',
'price' => 50,
'note' => 'Harter Alkohol nicht inbegriffen',
],
3 => [
'name' => 'Kind (12-15 Jahre)',
@ -26,8 +27,9 @@ class TicketData
'price' => 0,
],
2 => [
'name' => 'After-Show Ticket (ab 22 Uhr)',
'name' => 'After-Show Ticket',
'price' => 20,
'note' => 'Einlass ab 22 Uhr',
],
];