ItEr39S05ValidacionEProbasFuncionaisItEr38S05 : it changes the calling to the work report date. It now calls the work report line date.
This commit is contained in:
parent
938c82a51f
commit
4f466ae24e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue