mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Self-service order change: Fix price constraints not actually being enforced
This commit is contained in:
@@ -1421,6 +1421,7 @@ class OrderChange(EventViewMixin, OrderDetailMixin, TemplateView):
|
||||
self._validate_total_diff(ocm)
|
||||
except OrderError as e:
|
||||
messages.error(self.request, str(e))
|
||||
return self.get(request, *args, **kwargs)
|
||||
|
||||
if "confirm" in request.POST:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user