ItEr39S05ValidacionEProbasFuncionaisItEr38S05 : it changes the calling to the work report date. It now calls the work report line date.

This commit is contained in:
Susana Montes Pedreira 2009-12-16 13:18:46 +01:00 committed by Javier Moran Rua
parent 938c82a51f
commit 4f466ae24e

View file

@ -35,7 +35,7 @@
</columns>
<rows>
<row self="@{each='workReportLine'}">
<label value="@{workReportLine.workReport.date}" />
<label value="@{workReportLine.date, converter='org.navalplanner.web.common.typeconverters.DateConverter'}" />
<label value="@{workReportLine.resource.shortDescription}" />
<label value="@{workReportLine.numHours}" />
</row>