Commit 18e4669ae97b76c48c710b81235cd2a3aadfe81f
1 parent
38a08295
Exists in
master
and in
1 other branch
Acrescentando período no relatório sem coleta
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
... | ... | @@ -10,8 +10,9 @@ |
10 | 10 | |
11 | 11 | <h2 class="">{{ 'Relatório com total de máquinas sem Coletas por subredes'|trans }}</h2> |
12 | 12 | <h5>{{ 'Relatório gerado em'|trans }} {% if idioma == 'pt_BR' %}{{ "now"|date("d/m/Y H\\hi") }}{% else %}{{ "now"|date("m/d/Y H\\hi") }}{% endif %}</h5> |
13 | + <h5 class="">{{ 'Período: '|trans }}{{data['dtAcaoInicio']|date("d/m/Y") }} a {{ data['dtAcaoFim']|date("d/m/Y") }}</h5> | |
13 | 14 | |
14 | - <hr /> | |
15 | + <hr /> | |
15 | 16 | |
16 | 17 | |
17 | 18 | <form id="inativas" class="form-horizontal" method="post" > | ... | ... |