|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
<%@page import="it.mwg.sismica.bo.shared.util.AvvisoUtil"%> |
|
|
|
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
|
|
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
|
|
<%@page import="com.liferay.portal.kernel.dao.orm.QueryUtil"%> |
|
|
|
<%@page import="com.liferay.portal.kernel.dao.orm.QueryUtil"%> |
|
|
|
<%@page import="com.liferay.portal.kernel.language.LanguageUtil"%> |
|
|
|
<%@page import="com.liferay.portal.kernel.language.LanguageUtil"%> |
|
|
@ -194,7 +195,7 @@ if (lastDettPratica == null) { |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
</c:if> |
|
|
|
<% |
|
|
|
<% |
|
|
|
List<Avviso> avvisi = AvvisoLocalServiceUtil.findByIntPratica(intPratica.getIntPraticaId(), QueryUtil.ALL_POS, |
|
|
|
List<Avviso> avvisi = AvvisoLocalServiceUtil.findByIntPratica_Inviato(intPratica.getIntPraticaId(), AvvisoUtil.DOCUMENTO_INVIATO, QueryUtil.ALL_POS, |
|
|
|
QueryUtil.ALL_POS, OrderByComparatorFactoryUtil.create("portos_bo_Avviso", "createDate", false)); |
|
|
|
QueryUtil.ALL_POS, OrderByComparatorFactoryUtil.create("portos_bo_Avviso", "createDate", false)); |
|
|
|
StringBuilder sb = new StringBuilder(); |
|
|
|
StringBuilder sb = new StringBuilder(); |
|
|
|
if (!avvisi.isEmpty()) { |
|
|
|
if (!avvisi.isEmpty()) { |
|
|
|