Author: jleroux
Date: Thu Apr 23 07:55:22 2009
New Revision: 767839
URL:
http://svn.apache.org/viewvc?rev=767839&view=revLog:
Applied fix from trunk for revision: 767287
Modified:
ofbiz/branches/release09.04/ (props changed)
ofbiz/branches/release09.04/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl
Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Apr 23 07:55:22 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767671,767688,767694,767822
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822
Modified: ofbiz/branches/release09.04/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl?rev=767839&r1=767838&r2=767839&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl (original)
+++ ofbiz/branches/release09.04/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl Thu Apr 23 07:55:22 2009
@@ -41,7 +41,7 @@
<#assign shipmentPackageContents = shipmentPackageData.shipmentPackageContents?if_exists>
<#assign shipmentPackageRouteSegs = shipmentPackageData.shipmentPackageRouteSegs?if_exists>
<#assign weightUom = shipmentPackageData.weightUom?if_exists>
- <form action="<@ofbizUrl>updateShipmentPackage</@ofbizUrl>" name="updateShipmentPackageForm${shipmentPackageData_index}">
+ <form method="post" action="<@ofbizUrl>updateShipmentPackage</@ofbizUrl>" name="updateShipmentPackageForm${shipmentPackageData_index}">
<input type="hidden" name="shipmentId" value="${shipmentId}"/>
<input type="hidden" name="shipmentPackageSeqId" value="${shipmentPackage.shipmentPackageSeqId}"/>
<tr valign="middle"<#if alt_row> class="alternate-row"</#if>>