mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Disable HBCI support
It does not work currently and it raises security and legal questions that need to be answered first.
This commit is contained in:
@@ -38,8 +38,8 @@ class ImportView(EventPermissionRequiredMixin, TemplateView):
|
||||
permission = 'can_change_orders'
|
||||
|
||||
def post(self, *args, **kwargs):
|
||||
if 'hbci_server' in self.request.POST:
|
||||
return self.process_hbci()
|
||||
# if 'hbci_server' in self.request.POST:
|
||||
# return self.process_hbci()
|
||||
|
||||
if ('file' in self.request.FILES and 'csv' in self.request.FILES.get('file').name.lower()) \
|
||||
or 'amount' in self.request.POST:
|
||||
|
||||
Reference in New Issue
Block a user