Author: sichen
Date: Wed Sep 13 10:03:48 2006
New Revision: 443022
URL:
http://svn.apache.org/viewvc?view=rev&rev=443022Log:
Fix bug where after scheduling outgoing shipments, the facilityId is missing
Modified:
incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?view=diff&rev=443022&r1=443021&r2=443022==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Wed Sep 13 10:03:48 2006
@@ -102,7 +102,7 @@
</form>
<!-- multi-form for list of packages ready to be weighted and scheduled for shipment -->
- <form name="SchedulingList" type="multi" use-row-submit="true" list-name="shipmentRouteSegments" title="${uiLabelMap.PageTitlePackageShipmentScheduling}" target="BatchScheduleShipmentRouteSegments"
+ <form name="SchedulingList" type="multi" use-row-submit="true" list-name="shipmentRouteSegments" title="${uiLabelMap.PageTitlePackageShipmentScheduling}" target="BatchScheduleShipmentRouteSegments?facilityId=${facilityId}"
default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" separate-columns="true">
<field name="shipmentId" title="${uiLabelMap.ProductShipmentId}">
<hyperlink target="ViewShipment?shipmentId=${shipmentId}" description="${shipmentId}"/>