Freemarker function for getting the text part of an address

git-svn-id: https://svn.libreccm.org/ccm/trunk@6034 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-05-12 08:22:54 +00:00
parent 396788714c
commit 9fd2762e9c
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
"ui": "http://www.arsdigita.com/ui/1.0"} "ui": "http://www.arsdigita.com/ui/1.0"}
> >
<#function getAddressText item>
<#return item["./address"]>
</#function>
<#function getCity item> <#function getCity item>
<#return item["./city"]> <#return item["./city"]>
</#function> </#function>