Browse Source

Update sapl/protocoloadm/views.py

pull/3474/head
Edward 3 years ago
committed by GitHub
parent
commit
d26cd19da8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      sapl/protocoloadm/views.py

1
sapl/protocoloadm/views.py

@ -1119,7 +1119,6 @@ class DocumentoAnexadoEmLoteView(PermissionRequiredMixin, FilterView):
qr = self.request.GET.copy()
if not len(qr):
context['temp_object_list'] = []
context['object_list'] = []
else:
context['temp_object_list'] = context['object_list'].order_by(

Loading…
Cancel
Save