Author: ashish
Date: Fri Jun 26 10:35:10 2009
New Revision: 788649
URL:
http://svn.apache.org/viewvc?rev=788649&view=revLog:
Applied patch from jira issue OFBIZ-2660 (shipToName is not being processed while creating shipping address through createUpdateShippingAddress service )
Thanks Pranay for your contribution.
Modified:
ofbiz/trunk/applications/order/servicedef/services.xml
Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=788649&r1=788648&r2=788649&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Jun 26 10:35:10 2009
@@ -896,7 +896,7 @@
<attribute name="partyId" mode="IN" type="String" optional="true"/>
<attribute name="userLogin" mode="IN" type="org.ofbiz.entity.GenericValue" optional="true"/>
<attribute name="shipToAttnName" mode="IN" type="String" optional="true"/>
- <attribute name="shipToToName" mode="IN" type="String" optional="true"/>
+ <attribute name="shipToName" mode="IN" type="String" optional="true"/>
<attribute name="shipToAddress1" mode="IN" type="String" optional="false"/>
<attribute name="shipToAddress2" mode="IN" type="String" optional="true"/>
<attribute name="shipToCity" mode="IN" type="String" optional="false"/>