Commit a13b8b9cf448f829fd04742bf27a0d325a3b7855

Authored by Bruno Menezes
1 parent cc09b53e
Exists in master and in 1 other branch 3.1

mensagem de erro

src/Cacic/RelatorioBundle/Controller/DefaultController.php
... ... @@ -33,7 +33,7 @@ class DefaultController extends Controller
33 33 $sw = $this->getDoctrine()->getRepository('CacicCommonBundle:Software')->listarSoftware();
34 34 $uorg = $this->getDoctrine()->getRepository('CacicCommonBundle:Uorg')->listar();
35 35 $conf = $this->getDoctrine()->getRepository('CacicCommonBundle:ComputadorColeta')->listarPropriedades('Patrimonio');
36   -
  36 +//
37 37  
38 38 return $this->render(
39 39 'CacicRelatorioBundle:Default:patrimonio.html.twig',
... ...