Changes for page homeopathsSheet

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

From version 3.10
edited by Jip-jan Alunkel
on March 09, 00:18
Change comment: Rollback to version 1.38
To version 3.13
edited by Jip-jan Alunkel
on March 09, 00:23
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -101,10 +101,10 @@
101 101   <fieldset class="fieldset">
102 102   <address>
103 103  $doc.getTitle()<br />
104 -$classProperties.pmStreet $classProperties.pmHousenumber<br /><br />
105 -$classProperties.pmPostcode $classProperties.pmCity<br />
106 -$classProperties.pmCounty, $classProperties.pmState<br />
107 -$classProperties.pmCountry.toUpperCase()
104 +$theDocObj.getProperty('pmStreet').value $theDocObj.getProperty('pmHousenumber').value<br />
105 +$theDocObj.getProperty('pmPostcode').value $theDocObj.getProperty('pmCity').value<br />
106 +$theDocObj.getProperty('pmCounty,').value $theDocObj.getProperty('pmState').value<br />
107 +$theDocObj.getProperty('pmCountry').value.toUpperCase()
108 108   </address>
109 109   </fieldset>
110 110  #set($lastChild = "")