... |
... |
@@ -33,7 +33,7 @@ |
33 |
33 |
#set ($property = "$!{xcontext.macro.params.property}") |
34 |
34 |
#set ($object = $numbertool.toNumber("$!{xcontext.macro.params.object}").intValue()) |
35 |
35 |
#if ("$!{object}" != $!{xcontext.macro.params.object}) |
36 |
|
- #set ($object = ${targetdoc.getObject($classname).number}) |
|
36 |
+ #set ($object = ${doc.getObject($classname).number}) |
37 |
37 |
#if ("$!{object}" == '') |
38 |
38 |
#set ($object = 0) |
39 |
39 |
#end |
... |
... |
@@ -94,7 +94,7 @@ |
94 |
94 |
#set ($savemode = 'form') |
95 |
95 |
#end |
96 |
96 |
|
97 |
|
-#set ($propValue = "$!{targetdoc.getObject($classname, $object).getProperty($property).value}") |
|
97 |
+#set ($propValue = "$!{doc.getObject($classname, $object).getProperty($property).value}") |
98 |
98 |
## |
99 |
99 |
|
100 |
100 |
#macro (attachmentPicker_displayAttachment $name $displayImage $withLink $forceElement) |