Commit 99a2a2f7ee3ba0495f418072556ad78b182d750a

Authored by Pamela
1 parent e45ec288
Exists in master

Retirando trecho de codigo utilizado para testes

src/gcom/faturamento/ControladorFaturamentoFINAL.java
... ... @@ -1332,12 +1332,6 @@ public class ControladorFaturamentoFINAL extends ControladorComum {
1332 1332  
1333 1333 imovel = (Imovel) iteratorColecaoImoveis.next();
1334 1334  
1335   - if ((imovel.getId().intValue() == 7107323)
1336   - || (imovel.getId().intValue() == 7732821)
1337   - || (imovel.getId().intValue() == 7732813)
1338   - || (imovel.getId().intValue() == 7732414)) {
1339   - break;
1340   - }
1341 1335 // FATURAMENTO ATUAL
1342 1336 // --------------------------------------------------------------------------------
1343 1337 this.faturarImovel(
... ...