mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Iterate cdb564970 to a fix that actually tackles the root cause
This commit is contained in:
@@ -1322,7 +1322,6 @@ class OrderPositionViewSet(viewsets.ModelViewSet):
|
||||
serializer.is_valid(raise_exception=True)
|
||||
serializer.save()
|
||||
new_data = serializer.data
|
||||
instance.order.create_transactions()
|
||||
|
||||
if old_data != new_data:
|
||||
log_data = self.request.data
|
||||
|
||||
Reference in New Issue
Block a user