svn commit: r583183 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderlist.bsh
Posted by
jacopoc on
Oct 09, 2007; 3:42pm
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r583183-ofbiz-trunk-applications-order-webapp-ordermgr-WEB-INF-actions-order-orderlist-bsh-tp213494.html
Author: jacopoc
Date: Tue Oct 9 07:42:20 2007
New Revision: 583183
URL:
http://svn.apache.org/viewvc?rev=583183&view=revLog:
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;