%@page import="pt.ist.bennu.core.domain.util.Money"%> <%@page import="pt.ist.expenditureTrackingSystem.domain.acquisitions.CPVReference"%> <%@page import="java.util.Map.Entry"%> <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %> <%@ taglib uri="http://fenix-ashes.ist.utl.pt/fenix-renderers" prefix="fr" %>
|
|
|
|
|
---|---|---|
<%= cpvReference == null ? "" : cpvReference.getCode() %> | <%= cpvReference == null ? "" : cpvReference.getDescription() %> | <%= value.toFormatString() %> |
|
<%= total.toFormatString() %> |