Changes for page homeopathsSheet

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

From version 3.105
edited by Jip-jan Alunkel
on March 10, 21:13
Change comment: Rollback to version 1.38
To version 3.109
edited by Jip-jan Alunkel
on March 10, 21:16
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -103,12 +103,12 @@
103 103   #createAddress($theClass 1)
104 104   #set($lastChild = "")
105 105   #foreach($propertyName in $classProperties.keySet())
106 +$propertyName - $value
106 106   #set($item = $classProperties["$propertyName"])
107 107   #if(!$item.containsKey("disabled"))
108 108   #set($checkBool = ["false","true"])
109 109   #if(!$item.containsKey("classless") && $theDocObj.getProperty($propertyName)) ## 'address' is not a property in the current class
110 110   #set($value = $theDocObj.getProperty($propertyName).value)
111 -$value
112 112   #if($item.type == "checkbox")
113 113   #set($item.extraAttributes["data-checked"] = "$checkBool[$value]")
114 114   #end