Author: ashish
Date: Mon Dec 20 14:08:17 2010
New Revision: 1051111
URL:
http://svn.apache.org/viewvc?rev=1051111&view=revLog:
Applied patch from jira issue - OFBIZ-4069.
Bug in a log of createUpdateShippingAddress service.
Thanks Atul for the contribution.
Modified:
ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml?rev=1051111&r1=1051110&r2=1051111&view=diff==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml Mon Dec 20 14:08:17 2010
@@ -968,7 +968,7 @@ under the License.
<call-service service-name="createPartyPostalAddress" in-map-name="shipToAddressCtx">
<result-to-field result-name="contactMechId" field="parameters.shipToContactMechId"/>
</call-service>
- <log level="info" message="Shipping address created with contactMechId ${shipToAddressCtx.shipToContactMechId}"/>
+ <log level="info" message="Shipping address created with contactMechId ${parameters.shipToContactMechId}"/>
<else>
<if-compare field="keepAddressBook" operator="equals" value="Y">
<make-value entity-name="PostalAddress" value-field="newValue"/>