You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/09/13 19:41:28 UTC

svn commit: r575379 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

Author: jonesde
Date: Thu Sep 13 10:41:27 2007
New Revision: 575379

URL: http://svn.apache.org/viewvc?rev=575379&view=rev
Log:
Small change so that if not specified needsInventoryReceive will default to null; it's really nasty when a return is suddenly complete when you only intended to mark it as accepted, in fact so bad that it's tempting to make this feature a little tough to access to avoid accidentally handing out money and such

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=575379&r1=575378&r2=575379&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Thu Sep 13 10:41:27 2007
@@ -37,7 +37,6 @@
                 </entity-options>
             </drop-down>
         </field>
-        
         <field name="destinationFacilityId">
             <radio no-current-selected-key="">
                 <option key="" description="No Facility Specified"/>
@@ -45,6 +44,9 @@
                     <entity-order-by field-name="facilityName"/>
                 </entity-options>
             </radio>
+        </field>
+        <field name="needsInventoryReceive">
+            <drop-down no-current-selected-key="N"><option key="N"/><option key="Y"/></drop-down>
         </field>
         
         <field service-name="updateReturnHeader" name="fromPartyId"/>