forked from CGM_Public/pretix_original
Fix transaction creation during split order creation
This commit is contained in:
@@ -2134,6 +2134,8 @@ class OrderChangeManager:
|
||||
self._clear_tickets_cache()
|
||||
self.order.touch()
|
||||
self.order.create_transactions()
|
||||
if self.split_order:
|
||||
self.split_order.create_transactions()
|
||||
|
||||
if self.notify:
|
||||
notify_user_changed_order(
|
||||
|
||||
Reference in New Issue
Block a user