mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix attributeerror
This commit is contained in:
@@ -256,7 +256,7 @@ DEFAULT_VARIABLES = OrderedDict((
|
||||
("seat_number", {
|
||||
"label": _("Seat: seat number"),
|
||||
"editor_sample": 4,
|
||||
"evaluate": lambda op, order, ev: str(op.seat.number if op.seat else "")
|
||||
"evaluate": lambda op, order, ev: str(op.seat.seat_number if op.seat else "")
|
||||
}),
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user