Author: jleroux
Date: Thu Mar  4 19:10:11 2010
New Revision: 919134

URL: http://svn.apache.org/viewvc?rev=919134&view=rev
Log:
MarketingUiLabels was missing in some cases in this lookup (found while working 
on layered lookups)

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml

Modified: 
ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml?rev=919134&r1=919133&r2=919134&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml 
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml 
Thu Mar  4 19:10:11 2010
@@ -55,6 +55,7 @@
    <screen name="ListLookupContactList">
         <section>
             <actions>
+                <property-map resource="MarketingUiLabels" 
map-name="uiLabelMap"/>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" 
global="true"/>
                 <set field="tabButtonItem" value="ContactList"/>
                 <set field="labelTitleProperty" 
value="${uiLabelMap.PageTitleListContactList}"/>


Reply via email to