[OFBiz] SVN: r5964 - trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order

sichen at svn.ofbiz.org sichen at svn.ofbiz.org
Fri Oct 14 19:32:38 EDT 2005


Author: sichen
Date: 2005-10-14 18:32:35 -0500 (Fri, 14 Oct 2005)
New Revision: 5964

Modified:
   trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh
Log:
Changed comments to reflect change in SVN r 5930

Modified: trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh
===================================================================
--- trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh	2005-10-14 23:25:42 UTC (rev 5963)
+++ trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh	2005-10-14 23:32:35 UTC (rev 5964)
@@ -45,7 +45,7 @@
 view_SALES_ORDER = request.getParameter("view_SALES_ORDER");
 view_PURCHASE_ORDER = request.getParameter("view_PURCHASE_ORDER");
 
-// if no status is selected, choose viewall by default
+// if no status is selected, view created, processing, and approved orders by default 
 if ((viewcompleted == null) && (viewcancelled == null) && (viewrejected == null) && (viewapproved == null) && (viewcreated == null) && (viewprocessing == null) && (viewsent == null)) {
     viewcreated = "Y";
     viewprocessing = "Y";



More information about the Svn mailing list