Commit b94227afef3747549309e06d3afabf820e16d969

Authored by Bruno Noronha
1 parent 72a273f2
Exists in master and in 1 other branch 3.1

filtros csv

src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamentoResultado.html.twig
... ... @@ -13,9 +13,9 @@
13 13  
14 14 <hr />
15 15  
16   - <form id="csv" action="{{ path('cacic_faturamento_csv', {'filtroLocais': filtroLocais}) }}" method="post">
17   - {% for elm, value in filtroLocais %}
18   - <input type="hidden" name="{{ elm }}" value="{{ value }}">
  16 + <form id="csv" action="{{ path('cacic_faturamento_csv', {'dtAcaoInicio': data['dtAcaoInicio'], 'dtAcaoFim': data['dtAcaoFim']}) }}" method="post">
  17 + {% for eml, value in filtroLocais %}
  18 + <input type="hidden" name="{{ eml }}" value="{{ value }}">
19 19 {% endfor %}
20 20 <button class="btn btn-primary" type="submit">
21 21 <i class="icon-bar-chart"></i>
... ...