From 42263fc78c0c04c1eaadb60732c3ecf6e0041441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Wed, 11 Dec 2019 16:09:37 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX=20-=20Ordem=20Expedientes=20Pauta=20Ses?= =?UTF-8?q?s=C3=A3o=20#3053?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/sessao/views.py b/sapl/sessao/views.py index 0268c9ad6..88fe8f57f 100755 --- a/sapl/sessao/views.py +++ b/sapl/sessao/views.py @@ -3345,7 +3345,7 @@ class PautaSessaoDetailView(DetailView): # ===================================================================== # Expedientes expediente = ExpedienteSessao.objects.filter( - sessao_plenaria_id=self.object.id) + sessao_plenaria_id=self.object.id).order_by('tipo__ordenacao') expedientes = [] for e in expediente: