Changes for page homeopathsSheet

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

From version 3.24
edited by Jip-jan Alunkel
on March 09, 01:35
Change comment: Rollback to version 1.38
To version 3.22
edited by Jip-jan Alunkel
on March 09, 01:33
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -130,7 +130,7 @@
130 130   #set($extraAttributes = $item.extraAttributes)
131 131   #set($label = $services.localization.render("homeopaths.classproperty.${propertyName}"))
132 132   #if($propertyType == "checkbox" || $propertyType == "radio")
133 - #set($value = "yes")
133 + #set($value = "0")
134 134   #elseif($theDocObj.getProperty($propertyName) || $propertyType == "address") ## 'address' is not a property in the current class
135 135   #set($value = $theDocObj.getProperty($propertyName).value)
136 136   #end