Changes for page homeopathsSheet

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

From version 3.249
edited by Jip-jan Alunkel
on March 14, 20:36
Change comment: Rollback to version 1.38
To version 3.247
edited by Jip-jan Alunkel
on March 14, 20:34
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -71,10 +71,9 @@
71 71   #if($theDocObj.getProperty($property))
72 72   #set($hide = 0)
73 73   #if($classProperties["$property"].containsKey('parent'))
74 - #set($parentKey = $classProperties["$property"].parent)
75 - #if($classProperties["$parentKey"].type == "checkbox" && $theDocObj.getProperty($property).value == 0)
76 -$theDocObj.getProperty($property).value
77 77  ha
75 +#set($parentKey = $classProperties["$property"].parent)
76 + #if($classProperties["$parentKey"].type == "checkbox" && $theDocObj.getProperty($property).value == 0)
78 78   #set($hide = 1)
79 79   #end
80 80   #end