Browse Source

HOT-FIX - Ordem Expedientes Pauta Sessão #3053

pull/3163/head
João Rodrigues 5 years ago
committed by Cesar Carvalho
parent
commit
bb0616f11f
  1. 2
      sapl/sessao/views.py

2
sapl/sessao/views.py

@ -3349,7 +3349,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:

Loading…
Cancel
Save