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 22:54:04 UTC

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

Author: jonesde
Date: Thu Sep 13 13:54:04 2007
New Revision: 575447

URL: http://svn.apache.org/viewvc?rev=575447&view=rev
Log:
Added tooltip to clarify what this field does and hopefully remind people to check it

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=575447&r1=575446&r2=575447&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Thu Sep 13 13:54:04 2007
@@ -45,7 +45,7 @@
                 </entity-options>
             </radio>
         </field>
-        <field name="needsInventoryReceive">
+        <field name="needsInventoryReceive" tooltip="If this is Y then the return will be automatically Completed when it is Accepted, skipping the Received status and process.">
             <drop-down no-current-selected-key="N"><option key="N"/><option key="Y"/></drop-down>
         </field>