|
|
@ -812,6 +812,7 @@ public class DettPraticaImpl extends DettPraticaBaseImpl { |
|
|
|
IntPratica intPratica = null; |
|
|
|
IntPratica intPratica = null; |
|
|
|
try { |
|
|
|
try { |
|
|
|
intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(getIntPraticaId()); |
|
|
|
intPratica = IntPraticaLocalServiceUtil.fetchIntPratica(getIntPraticaId()); |
|
|
|
|
|
|
|
if(Validator.isNotNull(intPratica)){ |
|
|
|
if (AzioniPraticheUtil.isDeposito(intPratica.getIntPraticaId())) { |
|
|
|
if (AzioniPraticheUtil.isDeposito(intPratica.getIntPraticaId())) { |
|
|
|
sb.append("Deposito "); |
|
|
|
sb.append("Deposito "); |
|
|
|
} else if (AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId())) { |
|
|
|
} else if (AzioniPraticheUtil.isAutorizzazione(intPratica.getIntPraticaId())) { |
|
|
@ -828,6 +829,7 @@ public class DettPraticaImpl extends DettPraticaBaseImpl { |
|
|
|
sb.append(getDettPraticaId()).append(" (Temporaneo) "); |
|
|
|
sb.append(getDettPraticaId()).append(" (Temporaneo) "); |
|
|
|
} |
|
|
|
} |
|
|
|
sb.append(" - id ").append(intPratica.getIntPraticaId()); |
|
|
|
sb.append(" - id ").append(intPratica.getIntPraticaId()); |
|
|
|
|
|
|
|
} |
|
|
|
} catch (PortalException | SystemException e) { |
|
|
|
} catch (PortalException | SystemException e) { |
|
|
|
_log.error("Error on IntPratidaId=" + intPratica.getIntPraticaId(), e); |
|
|
|
_log.error("Error on IntPratidaId=" + intPratica.getIntPraticaId(), e); |
|
|
|
} |
|
|
|
} |
|
|
|