Changes for page homeopathsSheet

Last modified by Jip-jan Alunkel on March 26, 17:31

From version 3.257
edited by Jip-jan Alunkel
on March 15, 15:11
Change comment: Rollback to version 1.38
To version 3.258
edited by Jip-jan Alunkel
on March 15, 21:02
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -23,7 +23,7 @@
23 23  ## The entries will be filled by the class property values.
24 24  #set($xa = {'pmLatlong': '','pmCountry': '','pmState': '','pmCounty': '','pmPostcode': '','pmCity': '','pmStreet': '','pmHousenumber': ''})
25 25  #foreach($item in $xa.keySet())
26 - #if($theDocObj.getProperty("$item"))
26 + #if($theDocObj.getProperty("$item").value)
27 27   #set($xa["$item"] = $theDocObj.getProperty("$item").value)
28 28   #end
29 29  #end
... ... @@ -68,8 +68,7 @@
68 68   #set($properties = ['nrOfHomeopaths','certification','certificationFrom'])
69 69   ## Show the above chosen properties
70 70   #foreach($property in $properties)
71 -#if($theDocObj.getProperty($property).value)val#end
72 - #if($theDocObj.getProperty($property))
71 + #if($theDocObj.getProperty($property).value)
73 73   #set($hide = 0)
74 74   #if($classProperties["$property"].containsKey('parent'))
75 75   #set($parentKey = $classProperties["$property"].parent)