@ -963,7 +963,8 @@ def get_etiqueta_protocolos(prots):
dic['num_documento'] = ''
for documento in DocumentoAdministrativo.objects.filter(
protocolo=p):
dic['num_documento'] = str(documento)
dic['num_documento'] = documento.tipo.sigla + ' ' + \
str(documento.numero) + '/' + str(documento.ano)
dic['ident_processo'] = dic['num_materia'] or dic['num_documento']
@ -70,15 +70,15 @@
<th>Autor</th>
<td>{{ protocolo.autor }}</td>
</tr>
{% else %}
<tr>
<th>Assunto</th>
<td>{{ protocolo.assunto_ementa }}</td>
<th>Interessado</th>
<td>{{ protocolo.interessado }}</td>
{% endif %}
<th>Natureza</th>