mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix order change form with required field
This commit is contained in:
@@ -581,6 +581,8 @@ class OrderChange(OrderView):
|
||||
return True
|
||||
|
||||
def _process_add(self, ocm):
|
||||
if 'add-do' not in self.request.POST:
|
||||
return True
|
||||
if not self.add_form.is_valid():
|
||||
return False
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user