Author: lektran
Date: Wed Jun 20 02:20:56 2007
New Revision: 549017
URL:
http://svn.apache.org/viewvc?view=rev&rev=549017Log:
Applied fix from trunk for revision: 549013
Modified:
ofbiz/branches/release4.0/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml
Modified: ofbiz/branches/release4.0/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml?view=diff&rev=549017&r1=549016&r2=549017==============================================================================
--- ofbiz/branches/release4.0/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml (original)
+++ ofbiz/branches/release4.0/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml Wed Jun 20 02:20:56 2007
@@ -206,10 +206,10 @@
<result-to-field result-name="contactMechId" map-name="newValue"/>
</call-service>
<if-compare-field map-name="oldValue" to-map-name="newValue" field-name="contactMechId" operator="not-equals">
- <log level="info" message="Postal address need updating, contact mech changed"/>
+ <log level="info" message="Telecom Number need updating, contact mech changed"/>
<create-value value-name="newValue"/>
<else>
- <log level="info" message="Postal address unchanged"/>
+ <log level="info" message="Telecom Number unchanged"/>
</else>
</if-compare-field>
</else>