diff --git a/sapl/materia/views.py b/sapl/materia/views.py index 66770718d..58ffe509f 100644 --- a/sapl/materia/views.py +++ b/sapl/materia/views.py @@ -1614,6 +1614,8 @@ class DocumentoAcessorioEmLoteView(PermissionRequiredMixin, FilterView): qr = self.request.GET.copy() context['tipos_docs'] = TipoDocumento.objects.all() + context['object_list'] = context['object_list'].order_by( + 'ano', 'numero') context['filter_url'] = ('&' + qr.urlencode()) if len(qr) > 0 else '' return context