mirror of
https://github.com/pretix/pretix.git
synced 2026-04-25 23:42:32 +00:00
Update src/pretix/base/services/modelimport.py
Co-authored-by: luelista <weller@rami.io>
This commit is contained in:
@@ -216,7 +216,7 @@ def import_orders(event: Event, fileid: str, settings: dict, locale: str, user,
|
||||
'pretix.event.order.placed',
|
||||
user=user,
|
||||
data={'source': 'import'},
|
||||
save=False
|
||||
save=False,
|
||||
))
|
||||
save_transactions += o.create_transactions(is_new=True, fees=[], positions=o._positions, save=False)
|
||||
Transaction.objects.bulk_create(save_transactions)
|
||||
|
||||
Reference in New Issue
Block a user