|
|
|
@ -1608,15 +1608,17 @@ public class ValidazionePraticaUtil {
|
|
|
|
|
// + " non presente");
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
int a14 = DocPraticaLocalServiceUtil |
|
|
|
|
.countValidTmpByIntPratica_Tipologia( |
|
|
|
|
dettPratica.getIntPraticaId(), |
|
|
|
|
DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14); |
|
|
|
|
if (a14 == 0) { |
|
|
|
|
notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(), |
|
|
|
|
"label-documenti-tipologia-" |
|
|
|
|
+ DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14) |
|
|
|
|
+ " non presente"); |
|
|
|
|
if (!dettPratica.getNormArt3com3()) { |
|
|
|
|
int a14 = DocPraticaLocalServiceUtil |
|
|
|
|
.countValidTmpByIntPratica_Tipologia( |
|
|
|
|
dettPratica.getIntPraticaId(), |
|
|
|
|
DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14); |
|
|
|
|
if (a14 == 0) { |
|
|
|
|
notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(), |
|
|
|
|
"label-documenti-tipologia-" |
|
|
|
|
+ DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14) |
|
|
|
|
+ " non presente"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
int indaginiGeologiche = DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologie( |
|
|
|
|