You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sa...@apache.org on 2012/04/16 14:19:42 UTC

svn commit: r1326572 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

Author: sascharodekamp
Date: Mon Apr 16 12:19:42 2012
New Revision: 1326572

URL: http://svn.apache.org/viewvc?rev=1326572&view=rev
Log:
Replaces if-compare with if-compare-field 

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml?rev=1326572&r1=1326571&r2=1326572&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml Mon Apr 16 12:19:42 2012
@@ -39,8 +39,8 @@ under the License.
                 <condition>
                     <and>
                         <if-compare operator="equals" value="N" field="contactMechType.hasTable"/>
-                        <if-compare operator="equals" value="${partyAndContactMech.infoString}" field="parameters.infoString"/>
-                        <if-compare operator="equals" value="${partyAndContactMech.contactMechTypeId}" field="parameters.contactMechTypeId"/>
+                        <if-compare-field operator="equals" field="parameters.infoString" to-field="partyAndContactMech.infoString" />
+                        <if-compare-field operator="equals" field="parameters.contactMechTypeId" to-field="partyAndContactMech.contactMechTypeId" />
                     </and>
                 </condition>
                 <then>