Browse Source

Retira campo Data protocolo duplicado

#1518
pull/1519/head
Rogério Frá 7 years ago
committed by GitHub
parent
commit
ba5c7a8ae3
  1. 1
      sapl/templates/protocoloadm/protocolo_filter.html

1
sapl/templates/protocoloadm/protocolo_filter.html

@ -44,7 +44,6 @@
{% if p.anulado %}<strong><font color="red">&nbsp;&nbsp;** NULO **</font></strong>{% endif %}
</br>
<strong>Assunto:</strong> {{ p.assunto_ementa|default_if_none:"Não informado"}}</br>
<strong>Data Protocolo:</strong> {{ p.data|date:"d/m/Y"|default_if_none:"Não informado" }} - Horário: {{ p.hora|date:"G:i:s" }}</br>
<strong>Data Protocolo:</strong> {{ p.data|date:"d/m/Y"|default_if_none:"Não informado" }} - Horário: {{ p.timestamp|localtime|date:"G:i:s" }}</br>
{% if p.tipo_processo == 0 %}

Loading…
Cancel
Save