|
|
@ -1372,7 +1372,10 @@ public class ValidazionePraticaUtil { |
|
|
|
QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); |
|
|
|
QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); |
|
|
|
|
|
|
|
|
|
|
|
if (a14.isEmpty() && delegheGeologo.isEmpty()) { |
|
|
|
if (a14.isEmpty() && delegheGeologo.isEmpty()) { |
|
|
|
notCompleted.add("A14 non presente"); |
|
|
|
notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(), |
|
|
|
|
|
|
|
"label-documenti-tipologia-" |
|
|
|
|
|
|
|
+ DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14) |
|
|
|
|
|
|
|
+ " non presente"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
for (DocPratica doc : a14) { |
|
|
|
for (DocPratica doc : a14) { |
|
|
|
|
|
|
|
|
|
|
@ -1605,15 +1608,16 @@ public class ValidazionePraticaUtil { |
|
|
|
// + " non presente");
|
|
|
|
// + " non presente");
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
// int a14 =
|
|
|
|
int a14 = DocPraticaLocalServiceUtil |
|
|
|
// DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologia(dettPratica.getIntPraticaId(),
|
|
|
|
.countValidTmpByIntPratica_Tipologia( |
|
|
|
// DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14);
|
|
|
|
dettPratica.getIntPraticaId(), |
|
|
|
// if (a14 == 0) {
|
|
|
|
DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14); |
|
|
|
// notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(),
|
|
|
|
if (a14 == 0) { |
|
|
|
// "label-documenti-tipologia-"
|
|
|
|
notCompleted.add(LanguageUtil.get(LocaleUtil.getDefault(), |
|
|
|
// + DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14)
|
|
|
|
"label-documenti-tipologia-" |
|
|
|
// + " non presente");
|
|
|
|
+ DocumentiPraticaUtil.TIPOLOGIA_ALLEGATO_A14) |
|
|
|
// }
|
|
|
|
+ " non presente"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int indaginiGeologiche = DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologie( |
|
|
|
int indaginiGeologiche = DocPraticaLocalServiceUtil.countValidTmpByIntPratica_Tipologie( |
|
|
|
dettPratica.getIntPraticaId(), |
|
|
|
dettPratica.getIntPraticaId(), |
|
|
|