Author: jleroux
Date: Sat Feb 14 11:30:47 2009
New Revision: 744483
URL:
http://svn.apache.org/viewvc?rev=744483&view=revLog:
Fix a bug
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl?rev=744483&r1=744482&r2=744483&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl Sat Feb 14 11:30:47 2009
@@ -478,9 +478,9 @@
<td width="20%" nowrap><div class="tableheadtext"><b> </b></div></td>
</tr>
<#list contactListPartyList as contactListParty>
- <#assign contactList = contactListParty.getRelatedOne("ContactList")/>
+ <#assign contactList = contactListParty.getRelatedOne("ContactList")?if_exists/>
<#assign statusItem = contactListParty.getRelatedOneCache("StatusItem")?if_exists/>
- <#assign emailAddress = contactListParty.getRelatedOneCache("PreferredContactMech")/>
+ <#assign emailAddress = contactListParty.getRelatedOneCache("PreferredContactMech")?if_exists/>
<#-- <#assign contactListType = contactList.getRelatedOneCache("ContactListType")/> -->
<tr><td colspan="7"><hr/></td></tr>
<tr>