Changes for page homeopathsSheet

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

From version 3.17
edited by Jip-jan Alunkel
on March 09, 00:47
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
... ... @@ -100,7 +100,7 @@
100 100   <div class="modal-body">
101 101   <fieldset class="fieldset">
102 102   <address>
103 -$doc.getTitle()<br /><br />
103 +$doc.getTitle()<br />
104 104  #set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry'])
105 105  #set($x = {})
106 106  #foreach($datapart in $addressArray)
... ... @@ -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 = "")