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.248
edited by Jip-jan Alunkel
on March 14, 20:35
Change comment: Rollback to version 1.38

Summary

Details

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