Commit 1b8356a5a56d3c1dad4516d014cc0b623e4b707f
1 parent
e4ac1540
Exists in
master
and in
1 other branch
removendo relatorio patrimonio do menu relatorio para adicionar no menu relatorio > classes wmi
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/CommonBundle/Entity/ComputadorColetaRepository.php
... | ... | @@ -100,7 +100,7 @@ class ComputadorColetaRepository extends EntityRepository |
100 | 100 | { |
101 | 101 | $_dql = "SELECT c |
102 | 102 | FROM CacicCommonBundle:Classe c |
103 | - WHERE c.nmClassName NOT IN ('SoftwareList', 'Patrimonio') | |
103 | + WHERE c.nmClassName NOT IN ('SoftwareList') | |
104 | 104 | ORDER BY c.nmClassName"; |
105 | 105 | |
106 | 106 | $_dql = $this->getEntityManager()->createQuery( $_dql ); | ... | ... |