diff --git a/src/Cacic/RelatorioBundle/Controller/HardwareController.php b/src/Cacic/RelatorioBundle/Controller/HardwareController.php index 14b5c3a..3027a40 100644 --- a/src/Cacic/RelatorioBundle/Controller/HardwareController.php +++ b/src/Cacic/RelatorioBundle/Controller/HardwareController.php @@ -164,9 +164,13 @@ class HardwareController extends Controller public function csvWMIRelatorioAction( Request $request, $classe ) { $conf = $request->get('conf'); + error_log('Variavel $conf: '.$conf); $rede = $request->get('rede'); - $local = $request->get('local'); + error_log('Variavel $rede: '.$rede); + $local = $request->get('locais'); + error_log('Variavel $local: '.$local); $so = $request->get('so'); + error_log('Variavel $so: '.$so); // Adiciona rede à lista de filtros se for fornecido if (!empty($rede)) { -- libgit2 0.21.2