Commit acde3bde67ebb43b592e61db22200faac2921ca2

Authored by Bruno Noronha
1 parent 9cd6a09b
Exists in master and in 1 other branch 3.1

idLocal via get

src/Cacic/RelatorioBundle/Controller/FaturamentoController.php
... ... @@ -126,7 +126,7 @@
126 126  
127 127 $dataInicio = $request->get('dtAcaoInicio');
128 128 $dataFim = $request->get('dtAcaoFim');
129   - $idLocal = $_POST;
  129 + $idLocal = $request->get('idLocal');
130 130  
131 131 foreach ( $idLocal as $locais ) {
132 132 }
... ...