diff --git a/src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig b/src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig
index f9e91df..4704584 100644
--- a/src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig
+++ b/src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig
@@ -9,7 +9,8 @@
{{ 'Relatório de Faturamento'|trans }}
- {{ '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 %}
+ {{ 'Período: '|trans }}{{data['dtAcaoInicio']|date("d/m/Y") }} a {{ data['dtAcaoFim']|date("d/m/Y") }}
+ {{ '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 %}
--
libgit2 0.21.2