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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
Author: jleroux
Date: Fri Jun 18 15:22:00 2010
New Revision: 956022

URL: http://svn.apache.org/viewvc?rev=956022&view=rev
Log:
Fix some typos, I don't think they had a real impact, but any way it's better like that

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=956022&r1=956021&r2=956022&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 Fri Jun 18 15:22:00 2010
@@ -642,7 +642,7 @@ under the License.
             </call-service>
             <log level="info" message="Phone Contact created phoneContactMechId is ${contactMechId}"/>
         <else>
-            <set-service-fields service-name="createPartyTelecomNumber" map="parameters" to-map="phoneContext"/>
+            <set-service-fields service-name="updatePartyTelecomNumber" map="parameters" to-map="phoneContext"/>
             <call-service service-name="updatePartyTelecomNumber" in-map-name="phoneContext">
                 <result-to-field result-name="contactMechId" field="contactMechId"/>
             </call-service>
@@ -660,11 +660,11 @@ under the License.
             </call-service>
             <log level="info" message="Postal address created, contactMechId is ${contactMechId}"></log>
             <else>
-                <set-service-fields service-name="createPartyPostalAddress" map="parameters" to-map="postalAddressContext"/>
+                <set-service-fields service-name="updatePartyPostalAddress" map="parameters" to-map="postalAddressContext"/>
                 <call-service service-name="updatePartyPostalAddress" in-map-name="postalAddressContext">
                     <result-to-field result-name="contactMechId" field="contactMechId"/>
                 </call-service>
-                <log level="info" message="Postal address contact updated, contactMechId is ${contactMechId}"></log>
+                <log level="info" message="Postal address updated, contactMechId is ${contactMechId}"></log>
             </else>
         </if-empty>
         <field-to-result field="contactMechId"/>