[Erp5-report] r7575 - /erp5/trunk/products/ERP5Form/PlanningBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 1 16:21:08 CEST 2006


Author: thomas
Date: Thu Jun  1 16:21:01 2006
New Revision: 7575

URL: http://svn.erp5.org?rev=7575&view=rev
Log:
updated code => No more debug mode

Modified:
    erp5/trunk/products/ERP5Form/PlanningBox.py

Modified: erp5/trunk/products/ERP5Form/PlanningBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/PlanningBox.py?rev=7575&r1=7574&r2=7575&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/PlanningBox.py (original)
+++ erp5/trunk/products/ERP5Form/PlanningBox.py Thu Jun  1 16:21:01 2006
@@ -52,9 +52,7 @@
 from Acquisition import aq_base, aq_inner, aq_parent, aq_self
 from Products.Formulator.Form import BasicForm
 from Products.CMFCore.utils import getToolByName
-
 from Products.ERP5Type.Utils import getPath
-
 from Products.ERP5Type.Message import Message
 
 class PlanningBoxValidator(Validator.StringBaseValidator):
@@ -832,7 +830,7 @@
 
     here = REQUEST['here']
 
-    pdb.set_trace()
+    #pdb.set_trace()
     # build structure
     # render_structure will call all method necessary to build the entire
     # structure relative to the planning
@@ -866,7 +864,7 @@
     structure = REQUEST.get('structure')
 
 
-    pdb.set_trace()
+    #pdb.set_trace()
 
     # getting HTML rendering Page Template
     planning_html_method = getattr(REQUEST['here'],'planning_content')




More information about the Erp5-report mailing list