Browse Source

Alterna ordem de documento adm vinculado.

pull/941/head
Edward Ribeiro 8 years ago
parent
commit
58a0291ee2
  1. 2
      sapl/templates/protocoloadm/protocolo_mostrar.html

2
sapl/templates/protocoloadm/protocolo_mostrar.html

@ -18,7 +18,7 @@
{% if protocolo.tipo_documento %}
{% if documento %}
<a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' documento.pk %}"> {{documento.numero}}/{{documento.ano}} - {{documento.tipo}} - {{documento.assunto}} </a>
<a href="{% url 'sapl.protocoloadm:documentoadministrativo_detail' documento.pk %}">{{documento.tipo}} - {{documento.numero}}/{{documento.ano}}</a>
</br>
{% else %}
<br />

Loading…
Cancel
Save