Browse Source
fix: altera nome do presidente no pdf de impressao da pauta de sessao para utilizar o nome_parlamentar (#3678)
Co-authored-by: joao <joao@mezzoplanejamento.com.br>
pull/3685/head
joaohortsenado
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sapl/templates/relatorios/relatorio_pauta_sessao.html
|
@ -94,7 +94,7 @@ |
|
|
</br></br></br> |
|
|
</br></br></br> |
|
|
<center> |
|
|
<center> |
|
|
<div class="col-md-6">___________________________________________ </br> |
|
|
<div class="col-md-6">___________________________________________ </br> |
|
|
<b>{{p.parlamentar.nome_completo}}</b> </br>{{p.cargo}} |
|
|
<b>{{p.parlamentar.nome_parlamentar}}</b> </br>{{p.cargo}} |
|
|
</br></br></br> |
|
|
</br></br></br> |
|
|
</div> |
|
|
</div> |
|
|
</center> |
|
|
</center> |
|
|