svn commit: r562671 - /ofbiz/trunk/applications/product/servicedef/services_facility.xml

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

svn commit: r562671 - /ofbiz/trunk/applications/product/servicedef/services_facility.xml

apatel-2
Author: apatel
Date: Sat Aug  4 01:09:33 2007
New Revision: 562671

URL: http://svn.apache.org/viewvc?view=rev&rev=562671
Log:
adding shippingFacilityId parameters to handle case when shipping facility is different from webstore.

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

Modified: ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_facility.xml?view=diff&rev=562671&r1=562670&r2=562671
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Sat Aug  4 01:09:33 2007
@@ -244,6 +244,7 @@
         <attribute name="reservedDatetime" type="Timestamp" mode="IN" optional="true"/>
         <attribute name="requireInventory" type="String" mode="IN" optional="false"/>
         <attribute name="serialNumber" type="String" mode="IN" optional="true"/>        
+        <attribute name="shippingFacilityId" type="String" mode="IN" optional="true"/>        
         <attribute name="sequenceId" type="Long" mode="IN" optional="true"/>
         <attribute name="promisedDatetime" type="Timestamp" mode="IN" optional="false"/>
     </service>