|
|
@ -156,10 +156,6 @@ public class DocumentiPraticaUtil { |
|
|
|
if (dettPratica.getTcOperaA25()) { |
|
|
|
if (dettPratica.getTcOperaA25()) { |
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A25); |
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A25); |
|
|
|
} |
|
|
|
} |
|
|
|
if (dettPratica.getTcCostruzioniEsistenti() || dettPratica.getTcNuovaCostruzionePertinenza() |
|
|
|
|
|
|
|
|| (dettPratica.getDestinazione().equals("3") && dettPratica.getTcManutOrdStraord())) { |
|
|
|
|
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A26); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (dettPratica.getNoCollaudo()) { |
|
|
|
if (dettPratica.getNoCollaudo()) { |
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A27); |
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A27); |
|
|
|
} |
|
|
|
} |
|
|
@ -198,6 +194,11 @@ public class DocumentiPraticaUtil { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (dettPratica.getTcCostruzioniEsistenti() || dettPratica.getTcNuovaCostruzionePertinenza() |
|
|
|
|
|
|
|
|| dettPratica.getTcManutOrdStraord()) { |
|
|
|
|
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A26); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(dettPratica.getNormLavoriInProprio()) |
|
|
|
if(dettPratica.getNormLavoriInProprio()) |
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A29); |
|
|
|
docObbligatori.add(TIPOLOGIA_ALLEGATO_A29); |
|
|
|
if(dettPratica.getNormLavoriNoDirettore()) |
|
|
|
if(dettPratica.getNormLavoriNoDirettore()) |
|
|
|