RM-1099 (Refactor Transfer and Accession reports)

* Bug fixing

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@58628 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-12-05 15:13:41 +00:00
parent 0d07f150e5
commit c9735c347d

View File

@@ -47,11 +47,19 @@
</tr>
<tr>
<td><i>${message("file.report.disposition.authority")}:</i></td>
<td>${node.properties["rma:recordSearchDispositionAuthority"]}</td>
<td>
<#if node.properties["rma:recordSearchDispositionAuthority"]??>
${node.properties["rma:recordSearchDispositionAuthority"]}
</#if>
</td>
</tr>
<tr>
<td><i>${message("file.report.disposition.instructions")}:</i></td>
<td>${node.properties["rma:recordSearchDispositionInstructions"]}</td>
<td>
<#if node.properties["rma:recordSearchDispositionInstructions"]??>
${node.properties["rma:recordSearchDispositionInstructions"]}
</#if>
</td>
</tr>
</table>
<#if node.childAssociations["cm:contains"]??>