mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Fix transaction creation during split order creation
This commit is contained in:
@@ -2134,6 +2134,8 @@ class OrderChangeManager:
|
|||||||
self._clear_tickets_cache()
|
self._clear_tickets_cache()
|
||||||
self.order.touch()
|
self.order.touch()
|
||||||
self.order.create_transactions()
|
self.order.create_transactions()
|
||||||
|
if self.split_order:
|
||||||
|
self.split_order.create_transactions()
|
||||||
|
|
||||||
if self.notify:
|
if self.notify:
|
||||||
notify_user_changed_order(
|
notify_user_changed_order(
|
||||||
|
|||||||
Reference in New Issue
Block a user