Author: mor
Date: Tue Apr 14 06:59:26 2009
New Revision: 764688
URL:
http://svn.apache.org/viewvc?rev=764688&view=revLog:
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> </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="<@ofbizContentUrl>/images/fieldlookup.gif</@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="<@ofbizContentUrl>/images/fieldlookup.gif</@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="<@ofbizContentUrl>/images/fieldlookup.gif</@ofbizContentUrl>" width="15" height="14" border="0" alt="Click here For Field Lookup"/>
</a>