svn commit: r473585 - /incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

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

svn commit: r473585 - /incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

sichen
Author: sichen
Date: Fri Nov 10 15:44:08 2006
New Revision: 473585

URL: http://svn.apache.org/viewvc?view=rev&rev=473585
Log:
fixed bug where scheduling page did not screen out voided route segments

Modified:
    incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

Modified: incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?view=diff&rev=473585&r1=473584&r2=473585
==============================================================================
--- incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Fri Nov 10 15:44:08 2006
@@ -791,8 +791,7 @@
                     <condition-list combine="and">
                         <condition-expr field-name="originFacilityId" operator="equals" env-name="parameters.facilityId"/>
                         <condition-expr field-name="statusId" operator="equals" value="SHIPMENT_PACKED"/>
-                        <condition-expr field-name="carrierServiceStatusId" operator="not-equals" value="SHRSCS_CONFIRMED"/>
-                        <condition-expr field-name="carrierServiceStatusId" operator="not-equals" value="SHRSCS_ACCEPTED"/>
+                        <condition-expr field-name="carrierServiceStatusId" operator="equals" value="SHRSCS_NOT_STARTED"/>
                     </condition-list>
                     <order-by field-name="shipmentId DESC"/>
                 </entity-condition>