forked from CGM_Public/pretix_original
Fix PDF variable for validity end date
This commit is contained in:
@@ -435,7 +435,7 @@ DEFAULT_VARIABLES = OrderedDict((
|
|||||||
"label": _("Validity end date"),
|
"label": _("Validity end date"),
|
||||||
"editor_sample": _("2017-05-31"),
|
"editor_sample": _("2017-05-31"),
|
||||||
"evaluate": lambda op, order, ev: date_format(
|
"evaluate": lambda op, order, ev: date_format(
|
||||||
now().astimezone(timezone(ev.settings.timezone)),
|
op.valid_until.astimezone(timezone(ev.settings.timezone)),
|
||||||
"SHORT_DATE_FORMAT"
|
"SHORT_DATE_FORMAT"
|
||||||
) if op.valid_until else ""
|
) if op.valid_until else ""
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user