You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/10/09 16:42:21 UTC

svn commit: r583183 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh

Author: jacopoc
Date: Tue Oct  9 07:42:20 2007
New Revision: 583183

URL: http://svn.apache.org/viewvc?rev=583183&view=rev
Log:
minor cleanup.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh?rev=583183&r1=583182&r2=583183&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh Tue Oct  9 07:42:20 2007
@@ -34,7 +34,6 @@
 state = OrderListState.getInstance(request);
 state.update(request);
 context.put("state", state);
-//print("### " + state.toString());
  
 // check permission for each order type
 hasPermission = false;