svn commit: r657925 - /ofbiz/trunk/applications/product/data/ShipmentTypeData.xml

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

svn commit: r657925 - /ofbiz/trunk/applications/product/data/ShipmentTypeData.xml

sichen
Author: sichen
Date: Mon May 19 12:19:24 2008
New Revision: 657925

URL: http://svn.apache.org/viewvc?rev=657925&view=rev
Log:
Removing the ability to cancel a packed shipment, which would cause the shipment to be cancelled and yet the inventory has already been issued, etc.

Modified:
    ofbiz/trunk/applications/product/data/ShipmentTypeData.xml

Modified: ofbiz/trunk/applications/product/data/ShipmentTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/data/ShipmentTypeData.xml?rev=657925&r1=657924&r2=657925&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/data/ShipmentTypeData.xml (original)
+++ ofbiz/trunk/applications/product/data/ShipmentTypeData.xml Mon May 19 12:19:24 2008
@@ -61,7 +61,6 @@
     <StatusValidChange condition="" statusId="SHIPMENT_INPUT" statusIdTo="SHIPMENT_CANCELLED" transitionName="Cancel"/>
     <StatusValidChange condition="" statusId="SHIPMENT_SCHEDULED" statusIdTo="SHIPMENT_CANCELLED" transitionName="Cancel"/>
     <StatusValidChange condition="" statusId="SHIPMENT_PICKED" statusIdTo="SHIPMENT_CANCELLED" transitionName="Cancel"/>
-    <StatusValidChange condition="" statusId="SHIPMENT_PACKED" statusIdTo="SHIPMENT_CANCELLED" transitionName="Cancel"/>
 
     <!-- these shipment status are intended for purchase shipments -->
     <StatusType description="Purchase Shipment" hasTable="N" parentTypeId="" statusTypeId="PURCH_SHIP_STATUS"/>