mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
fix media-issue signal
This commit is contained in:
committed by
Martin Gross
parent
d23855a1c4
commit
3a2f42f34d
@@ -3495,8 +3495,8 @@ def signal_listener_issue_media(sender: Event, order: Order, **kwargs):
|
||||
identifier=mt.generate_identifier(sender.organizer),
|
||||
active=True,
|
||||
customer=order.customer,
|
||||
linked_orderposition=p,
|
||||
)
|
||||
rm.linked_orderpositions.add(p)
|
||||
rm.log_action(
|
||||
'pretix.reusable_medium.created',
|
||||
data={
|
||||
|
||||
Reference in New Issue
Block a user