You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/04/07 22:43:27 UTC

svn commit: r645671 - /ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentItems.ftl

Author: jacopoc
Date: Mon Apr  7 13:43:26 2008
New Revision: 645671

URL: http://svn.apache.org/viewvc?rev=645671&view=rev
Log:
Added missing type to form field.

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

Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentItems.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentItems.ftl?rev=645671&r1=645670&r2=645671&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentItems.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentItems.ftl Mon Apr  7 13:43:26 2008
@@ -106,7 +106,7 @@
                     </td>
                     <td>
                         <div>
-                            <input name="quantity" size="5" value="${totalQuantityToPackage}"/>
+                            <input type="text" name="quantity" size="5" value="${totalQuantityToPackage}"/>
                             <a href="javascript:document.createShipmentPackageContentForm${shipmentItemData_index}.submit()" class="buttontext">${uiLabelMap.CommonAdd}</a>
                         </div>
                     </td>