svn commit: r788650 - /ofbiz/branches/release09.04/applications/order/servicedef/services.xml

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

svn commit: r788650 - /ofbiz/branches/release09.04/applications/order/servicedef/services.xml

ashish-18
Author: ashish
Date: Fri Jun 26 10:37:32 2009
New Revision: 788650

URL: http://svn.apache.org/viewvc?rev=788650&view=rev
Log:
Applied fix from trunk revision: 788649
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/branches/release09.04/applications/order/servicedef/services.xml

Modified: ofbiz/branches/release09.04/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/servicedef/services.xml?rev=788650&r1=788649&r2=788650&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/order/servicedef/services.xml (original)
+++ ofbiz/branches/release09.04/applications/order/servicedef/services.xml Fri Jun 26 10:37:32 2009
@@ -881,7 +881,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"/>