Author: sichen
Date: Mon Sep 25 17:18:50 2006
New Revision: 449871

URL: http://svn.apache.org/viewvc?view=rev&rev=449871
Log:
Ehanced create return form:  Added party lookup and default auto-receive to Y.

Modified:
    
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl

Modified: 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl?view=diff&rev=449871&r1=449870&r2=449871
==============================================================================
--- 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl
 (original)
+++ 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl
 Mon Sep 25 17:18:50 2006
@@ -97,6 +97,9 @@
     <td width='6%'>&nbsp;</td>
     <td width='74%'>
       <input type='text' class='inputBox' size='20' name='fromPartyId' 
value='${returnInfo.fromPartyId?if_exists}'>
+      <a 
href="javascript:call_fieldlookup2(document.returnhead.fromPartyId,'LookupPartyName');">
+        <img src='/images/fieldlookup.gif' width='15' height='14' border='0' 
alt='Click here For Field Lookup'/>
+      </a>
     </td>                
   </tr>
   <tr>
@@ -146,8 +149,8 @@
           <option>${needsInventoryReceive}</option>
           <option value="${needsInventoryReceive}">---</option>
         </#if>
-        <option>N</option>
         <option>Y</option>
+        <option>N</option>
       </select>
     </td>
   </tr>


Reply via email to