Commit a13b8b9cf448f829fd04742bf27a0d325a3b7855
1 parent
cc09b53e
Exists in
master
and in
1 other branch
mensagem de erro
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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', | ... | ... |