Browse Source

Exibe assunto e interessado se o comprovante é de protocolo admnistrativo (#2016)

pull/2025/head
cristian-longhi 7 years ago
committed by Edward
parent
commit
c610220003
  1. 9
      sapl/templates/protocoloadm/comprovante.html

9
sapl/templates/protocoloadm/comprovante.html

@ -70,6 +70,15 @@
<th>Autor</th>
<td>{{ protocolo.autor }}</td>
</tr>
{% else %}
<tr>
<th>Assunto</th>
<td>{{ protocolo.assunto_ementa }}</td>
</tr>
<tr>
<th>Interessado</th>
<td>{{ protocolo.interessado }}</td>
</tr>
{% endif %}
<tr>
<th>Natureza</th>

Loading…
Cancel
Save