Commit 1415fb67eb7a187897359987322e2c0519e6a11a
1 parent
f68f0fb5
Exists in
master
and in
1 other branch
filtros csv
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/config/routing.yml
... | ... | @@ -150,6 +150,12 @@ cacic_faturamento_csv: |
150 | 150 | requirements: |
151 | 151 | _method: POST |
152 | 152 | |
153 | +cacic_faturamento_csv_interno: | |
154 | + pattern: /faturamento/csv/interno | |
155 | + defaults: { _controller: CacicRelatorioBundle:Faturamento:faturamentoCsvInterno } | |
156 | + requirements: | |
157 | + _method: POST | |
158 | + | |
153 | 159 | cacic_inativos_csv: |
154 | 160 | pattern: /inativos/csv |
155 | 161 | defaults: { _controller: CacicRelatorioBundle:Faturamento:inativosCsv } | ... | ... |