Commit 036d7beca9b507abdcdde14255022688cd020e22

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

alterando template

src/Cacic/CommonBundle/Controller/SoftwareController.php
... ... @@ -191,7 +191,7 @@ class SoftwareController extends Controller
191 191 return $this->render(
192 192 'CacicCommonBundle:Software:naousados.html.twig',
193 193 array(
194   - 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoUsados( $this->get( 'knp_paginator' ), $page )
  194 + 'softwares' => $this->getDoctrine()->getRepository( 'CacicCommonBundle:Software' )->listarNaoUsados()
195 195 )
196 196 );
197 197 }
... ...