You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2010/04/06 10:42:17 UTC

svn commit: r931049 - /ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml

Author: ashish
Date: Tue Apr  6 08:42:16 2010
New Revision: 931049

URL: http://svn.apache.org/viewvc?rev=931049&view=rev
Log:
Code improvement. 

Modified:
    ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml

Modified: ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml?rev=931049&r1=931048&r2=931049&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml (original)
+++ ofbiz/trunk/applications/marketing/script/org/ofbiz/marketing/contact/ContactListServices.xml Tue Apr  6 08:42:16 2010
@@ -161,10 +161,8 @@ under the License.
         </if-not-empty>
         <set-nonpk-fields map="parameters" value-field="lookedUpValue"/>
         <store-value value-field="lookedUpValue"/>
-        <set field="productStoreId" from-field="parameters.productStoreId"/>
-        <field-to-result field="productStoreId" result-name="productStoreId" />
-        <set field="contactListId" from-field="parameters.contactListId"/>
-        <field-to-result field="contactListId" result-name="contactListId" />
+        <field-to-result field="parameters.productStoreId" result-name="productStoreId" />
+        <field-to-result field="parameters.contactListId" result-name="contactListId" />
     </simple-method>
     <simple-method method-name="updatePartyEmailContactListParty" short-description="Update ContactList Party Contact Mech">
         <set field="lookupMap.preferredContactMechId" from-field="parameters.oldContactMechId"/>