Author: sichen
Date: Fri Sep 22 14:42:59 2006
New Revision: 449099
URL:
http://svn.apache.org/viewvc?view=rev&rev=449099Log:
Fixed bug in Label Printing where [Mark as Accepted] was marking all as accepted, regardless of what was selected.
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=449099&r1=449098&r2=449099==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Fri Sep 22 14:42:59 2006
@@ -142,7 +142,7 @@
<!-- multi-form to print confirmed shipping labels and to mark shipment route segments as accepted
(to see how this dual-action multi form works, see batchPrintMarkAsAccepted.ftl) -->
- <form name="Labels" type="multi" list-name="shipmentPackageRouteSegments" title="" target="BatchPrintShippingLabels"
+ <form name="Labels" type="multi" use-row-submit="true" list-name="shipmentPackageRouteSegments" title="" target="BatchPrintShippingLabels"
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}"/>