Author: sichen
Date: Thu Oct 19 12:53:58 2006
New Revision: 465753

URL: http://svn.apache.org/viewvc?view=rev&rev=465753
Log:
Changed the request for issuing order items to shipment from GET to POST, as 
GET would not work when there were too many items

Modified:
    
incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl

Modified: 
incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl?view=diff&rev=465753&r1=465752&r2=465753
==============================================================================
--- 
incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
 (original)
+++ 
incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
 Thu Oct 19 12:53:58 2006
@@ -59,9 +59,9 @@
 <#if orderItemDatas?exists>
     <#assign rowCount = 0>
     <#if isSalesOrder>
-        <form 
action="<@ofbizUrl>issueOrderItemShipGrpInvResToShipment</@ofbizUrl>" 
name="selectAllForm">
+        <form 
action="<@ofbizUrl>issueOrderItemShipGrpInvResToShipment</@ofbizUrl>" 
method="post" name="selectAllForm">
     <#else>
-        <form action="<@ofbizUrl>issueOrderItemToShipment</@ofbizUrl>" 
name="selectAllForm">
+        <form action="<@ofbizUrl>issueOrderItemToShipment</@ofbizUrl>" 
method="post" name="selectAllForm">
     </#if>
     <input type="hidden" name="shipmentId" value="${shipmentId}">
     <input type="hidden" name="_useRowSubmit" value="Y">


Reply via email to