You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/09/01 08:11:50 UTC

svn commit: r809841 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml

Author: hansbak
Date: Tue Sep  1 06:11:49 2009
New Revision: 809841

URL: http://svn.apache.org/viewvc?rev=809841&view=rev
Log:
correction on r809811

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

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=809841&r1=809840&r2=809841&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml Tue Sep  1 06:11:49 2009
@@ -74,11 +74,7 @@
                 <set field="subTabButtonItem" value="CommunicationEvent"/>
                 <set field="partyId" value="${parameters.partyId}"/>
                 <entity-condition entity-name="CommunicationEventAndRole" list="commEvents">
-                    <condition-list combine="or">
-                        <condition-expr field-name="partyId" operator="equals" value="${partyId}"/>
-                        <condition-expr field-name="partyIdFrom" operator="equals" value="${partyId}"/>
-                        <condition-expr field-name="partyIdTo" operator="equals" value="${partyId}"/>
-                    </condition-list>
+                    <condition-expr field-name="partyId" operator="equals" value="${partyId}"/>
                     <order-by field-name="-entryDate"/>
                 </entity-condition>
             </actions>