Author: lektran
Date: Wed Jun 20 02:15:28 2007
New Revision: 549013
URL:
http://svn.apache.org/viewvc?view=rev&rev=549013Log:
Applied patch from Bilgin Ibryam, OFBIZ-1090: Small typo in log
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml
Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml?view=diff&rev=549013&r1=549012&r2=549013==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/ContactMechServices.xml Wed Jun 20 02:15:28 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>