Commit 7843a2e34bffade99536c243fe17e818a5e042e8

Authored by Bruno Noronha
1 parent 8cdfaa19
Exists in master and in 1 other branch 3.1

correção de rotas e controlles

src/Cacic/RelatorioBundle/Resources/views/Faturamento/faturamento.html.twig
... ... @@ -53,14 +53,9 @@
53 53 <i class="icon-search"></i>
54 54 {{ 'Gerar relatório'|trans }}
55 55 </button>
56   - <a class="btn btn-success" type="submit" href="{{ path('cacic_faturamento_csv_inicial') }}" target="_self">
57   - <i class="icon-download-alt"></i>
58   - {{'Gerar CSV'|trans }}
59   - </a>
60   - </button>
61   - <button type="submit" class="btn btn-warning" formaction="{{ path('cacic_faturamento_listar_csv') }}">
  56 + <button type="submit" class="btn btn-success" formaction="{{ path('cacic_faturamento_csv') }}">
62 57 <i class="icon-download-alt"></i>
63   - {{'Gerar CSV Completo'|trans }}
  58 + {{'Gerar CSV'|trans }}
64 59 </button>
65 60 </div>
66 61 </div>
... ...