Author: ashish
Date: Sat Aug 16 13:58:08 2014
New Revision: 1618361

URL: http://svn.apache.org/r1618361
Log:
Applied bug from trunk r1618359.
Applied patch for bug fix reported in jira task at OFBIZ-4973 - AvsSettings 
screenlet read data bug, entity-one should be used, not entity-and.
Thanks Oliver for reporting the issue and providing the fix. Thanks team 
ofbiz.us for the verification.

Modified:
    
ofbiz/branches/release13.07/applications/party/widget/partymgr/ProfileScreens.xml

Modified: 
ofbiz/branches/release13.07/applications/party/widget/partymgr/ProfileScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/widget/partymgr/ProfileScreens.xml?rev=1618361&r1=1618360&r2=1618361&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/party/widget/partymgr/ProfileScreens.xml
 (original)
+++ 
ofbiz/branches/release13.07/applications/party/widget/partymgr/ProfileScreens.xml
 Sat Aug 16 13:58:08 2014
@@ -207,9 +207,9 @@
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" 
global="true"/>
                 <set field="partyId" from-field="parameters.partyId" 
default-value="${userLogin.partyId}"/>
                 <entity-one entity-name="Party" value-field="party"/>
-                <entity-and entity-name="PartyIcsAvsOverride" 
list="avsOverride">
-                    <field-map field-name="partyId" from-field="partyId"/>
-                </entity-and>
+                <entity-one entity-name="PartyIcsAvsOverride" 
value-field="avsOverride">
+                    <field-map field-name="partyId"/>
+                </entity-one>
             </actions>
             <widgets>
                 <platform-specific>


Reply via email to