svn commit: r514895 - /ofbiz/trunk/applications/product/servicedef/services_shipment.xml

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

svn commit: r514895 - /ofbiz/trunk/applications/product/servicedef/services_shipment.xml

sichen
Author: sichen
Date: Mon Mar  5 14:35:50 2007
New Revision: 514895

URL: http://svn.apache.org/viewvc?view=rev&rev=514895
Log:
Making the calcPackSessionAdditionalShippingCharge.additionalShippingCharge OUT parameter optional so that downstream service errors aren't masked

Modified:
    ofbiz/trunk/applications/product/servicedef/services_shipment.xml

Modified: ofbiz/trunk/applications/product/servicedef/services_shipment.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipment.xml?view=diff&rev=514895&r1=514894&r2=514895
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_shipment.xml Mon Mar  5 14:35:50 2007
@@ -417,7 +417,7 @@
         <attribute name="carrierPartyId" type="String" mode="IN" optional="false"/>
         <attribute name="carrierRoleTypeId" type="String" mode="IN" optional="false"/>
         <attribute name="productStoreId" type="String" mode="IN" optional="false"/>
-        <attribute name="additionalShippingCharge" type="Double" mode="OUT" optional="false"/>
+        <attribute name="additionalShippingCharge" type="Double" mode="OUT" optional="true"/>
     </service>
 
     <service name="clearPackAll" engine="java"