Author: jleroux
Date: Mon Apr 16 12:58:06 2012
New Revision: 1326580

URL: http://svn.apache.org/viewvc?rev=1326580&view=rev
Log:
Completes r1326572, found while reviewing: useless as David noted, it's cloned 
later in the process

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=1326580&r1=1326579&r2=1326580&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:58:06 2012
@@ -22,7 +22,6 @@ under the License.
  
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/simple-methods.xsd";>
     <simple-method method-name="createPartyContactMech" 
short-description="Create a PartyContactMech">
         <make-value entity-name="PartyContactMech" value-field="newValue"/>
-        <make-value entity-name="PartyContactMech" 
value-field="newPartyContactMech"/><!-- DEJ20061016: is this really needed? 
doesn't seem to be used... -->
         <if-empty field="parameters.partyId">
             <set field="parameters.partyId" from-field="userLogin.partyId"/>
         </if-empty>


Reply via email to