Changes for page homeopathsSheet

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

From version 3.18
edited by Jip-jan Alunkel
on March 09, 00:52
Change comment: Rollback to version 1.38
To version 3.14
edited by Jip-jan Alunkel
on March 09, 00:40
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -112,10 +112,11 @@
112 112   #set($discard = $x.put("$datapart", $datapart4Publish))
113 113   #end
114 114  #end
115 -$x['pmStreet'] $x['pmHousenumber']<br />
116 -$x['pmPostcode'] $x['pmCity']<br />
117 -$x['pmCounty'] $x['pmState']<br />
118 -$x['pmCountry']
115 +
116 +$x['pmStreet'].value $theDocObj.getProperty('pmHousenumber').value<br />
117 +$theDocObj.getProperty('pmPostcode').value $theDocObj.getProperty('pmCity').value<br />
118 +$theDocObj.getProperty('pmCounty,').value $theDocObj.getProperty('pmState').value<br />
119 +$theDocObj.getProperty('pmCountry').value.toUpperCase()
119 119   </address>
120 120   </fieldset>
121 121  #set($lastChild = "")