You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/04/14 08:59:27 UTC

svn commit: r764688 - /ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl

Author: mor
Date: Tue Apr 14 06:59:26 2009
New Revision: 764688

URL: http://svn.apache.org/viewvc?rev=764688&view=rev
Log:
Small cleanups for last commit - r764685

Modified:
    ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl?rev=764688&r1=764687&r2=764688&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl Tue Apr 14 06:59:26 2009
@@ -162,17 +162,18 @@
                     <td>&nbsp</td>
                 </tr>
                     <td>
-                        <input type="text" size="20" name="productId"  maxlength="20">
+                        <input type="text" size="20" name="productId" maxlength="20">
                         <a href="javascript:call_fieldlookup2(document.quickStockMove.productId,'LookupProduct');">
                             <img src="<@o...@ofbizContentUrl>" width="15" height="14" border="0" alt="Click here For Field Lookup"/>
                         </a>
                     </td>
                     <td>
-                        <input type="text" size="20" name="locationSeqId" id= "locationSeqId" maxlength="20">
+                        <input type="text" size="20" name="locationSeqId" maxlength="20">
                         <a href="javascript:quicklookup('call_fieldlookup2', document.quickStockMove.locationSeqId, document.quickStockMove.facilityId, document.quickStockMove.productId)">
                             <img src="<@o...@ofbizContentUrl>" width="15" height="14" border="0" alt="Click here For Field Lookup"/>
+                        </a>    
                     <td>
-                        <input type="text" size="20" name="targetLocationSeqId" id= "targetLocationSeqId_o_" maxlength="20">
+                        <input type="text" size="20" name="targetLocationSeqId" maxlength="20">
                         <a href="javascript:call_fieldlookup2(document.quickStockMove.targetLocationSeqId,'LookupFacilityLocation?facilityId=${facilityId}&locationTypeEnumId=FLT_PICKLOC');">
                             <img src="<@o...@ofbizContentUrl>" width="15" height="14" border="0" alt="Click here For Field Lookup"/>
                         </a>