Changes for page homeopathsSheet
Last modified by Jip-jan Alunkel on March 26, 17:31
From version 3.15
edited by Jip-jan Alunkel
on March 09, 00:43
on March 09, 00:43
Change comment:
Rollback to version 1.38
To version 3.17
edited by Jip-jan Alunkel
on March 09, 00:47
on March 09, 00:47
Change comment:
Rollback to version 1.38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 /> 103 +$doc.getTitle()<br /><br /> 104 104 #set($addressArray = ['pmStreet','pmHousenumber','pmPostcode','pmCity','pmState','pmCounty','pmCountry']) 105 105 #set($x = {}) 106 106 #foreach($datapart in $addressArray) ... ... @@ -112,11 +112,10 @@ 112 112 #set($discard = $x.put("$datapart", $datapart4Publish)) 113 113 #end 114 114 #end 115 - 116 -$x['pmStreet'] $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() 115 +$x['pmStreet'] $x['pmHousenumber']<br /> 116 +$x['pmPostcode'] $x['pmCity']<br /> 117 +$x['pmCounty'] $x['pmState']<br /> 118 +$x['pmCountry'] 120 120 </address> 121 121 </fieldset> 122 122 #set($lastChild = "")