<
From version < 1.30 >
edited by SuperUwe Trueggelmann
on 2022-10-13
To version < 1.35 >
edited by SuperUwe Trueggelmann
on 2022-10-13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,6 +10,11 @@
10 10  
11 11   String strContactID = ""
12 12   String strCompanyName = ""
13 + String strCompanyAddress = ""
14 + String strCompanyCity = ""
15 + String strCompanyPostcode = ""
16 + String strCompanyProvince = ""
17 + String strCompanyCountry = ""
13 13   String strTitle = ""
14 14   String strFirstname = ""
15 15   String strLastname = ""
... ... @@ -157,11 +157,11 @@
157 157   xcontext.put("strEmailBody",strEmailBody)
158 158  // services.writeLog.writeLogEntry(xcontext.getUser(), request.remoteAddr, doc.space, "INSERT AS NEW", intCurUID)
159 159   xcontext.put("strCompanyName",strCompanyName)
160 - xcontext.put("strCompanyName",strCompanyAddress)
161 - xcontext.put("strCompanyName",strCompanyCity)
162 - xcontext.put("strCompanyName",strCompanyPostcode)
163 - xcontext.put("strCompanyName",strCompanyProvince)
164 - xcontext.put("strCompanyName",strCompanyCountry)
165 + xcontext.put("strCompanyAddress",strCompanyAddress)
166 + xcontext.put("strCompanyCity",strCompanyCity)
167 + xcontext.put("strCompanyPostcode",strCompanyPostcode)
168 + xcontext.put("strCompanyProvince",strCompanyProvince)
169 + xcontext.put("strCompanyCountry",strCompanyCountry)
165 165   xcontext.put("strTitle",strTitle)
166 166   xcontext.put("strFirstname",strFirstname)
167 167   xcontext.put("strLastname",strLastname)
© 2022 TruCert Assessment Services Inc.
V01-00