You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/02/14 12:30:47 UTC

svn commit: r744483 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/viewprofile.ftl

Author: jleroux
Date: Sat Feb 14 11:30:47 2009
New Revision: 744483

URL: http://svn.apache.org/viewvc?rev=744483&view=rev
Log:
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>&nbsp;</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>