Author: jacopoc
Date: Wed Oct  3 10:27:08 2007
New Revision: 581663

URL: http://svn.apache.org/viewvc?rev=581663&view=rev
Log:
Small fix to display email address information.

Modified:
    ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=581663&r1=581662&r2=581663&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Wed Oct  3 
10:27:08 2007
@@ -985,7 +985,7 @@
         <field name="contactMechTypeId" 
title="${uiLabelMap.CommonType}"><display-entity 
entity-name="ContactMechType"/></field>
         <field name="contactMechId" use-when="telecomNumber != null" 
title="${uiLabelMap.CommonDescription}"><display 
description="${telecomNumber.contryCode} ${telecomNumber.areaCode} 
${telecomNumber.contactNumber} ${telecomNumber.askForName}"/></field>
         <field name="contactMechId" use-when="postalAddress != null" 
title="${uiLabelMap.CommonDescription}"><display 
description="${postalAddress.address1} ${postalAddress.address2} 
${postalAddress.city} ${postalAddress.postalCode} ${postalAddress.countryGeoId} 
${postalAddress.stateProvinceGeoId}"/></field>
-        <field name="contactMechId" use-when="telecomNumber == null &amp;&amp; 
postalAddress == null" title="${uiLabelMap.CommonDescription}"><display 
description="${infoString}"/></field>
+        <field name="contactMechId" use-when="telecomNumber == null &amp;&amp; 
postalAddress == null" title="${uiLabelMap.CommonDescription}"><display 
description="${contactMech.infoString}"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="buttontext">
             <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonDelete}" 
target="deleteWorkEffortContactMech?workEffortId=${workEffortId}&amp;contactMechId=${contactMechId}"/>
         </field>


Reply via email to