From 91e7dd73bc3c592c826b9ae50af55da74d594df0 Mon Sep 17 00:00:00 2001 From: Bruno Noronha Date: Fri, 15 Aug 2014 10:56:54 -0300 Subject: [PATCH] Correçao de filtros relatório wmi --- src/Cacic/RelatorioBundle/Controller/HardwareController.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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