Fix transaction creation during split order creation

This commit is contained in:
Raphael Michel
2021-10-29 10:21:37 +02:00
parent 2b52edd5b7
commit 884bba0088

View File

@@ -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(