mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Add force to log entry in extend_order()
This commit is contained in:
@@ -298,6 +298,7 @@ def extend_order(order: Order, new_date: datetime, force: bool=False, valid_if_p
|
|||||||
auth=auth,
|
auth=auth,
|
||||||
data={
|
data={
|
||||||
'expires': order.expires,
|
'expires': order.expires,
|
||||||
|
'force': force,
|
||||||
'state_change': was_expired
|
'state_change': was_expired
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user