[Erp5-report] r9583 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 31 13:56:20 CEST 2006


Author: jerome
Date: Thu Aug 31 13:56:18 2006
New Revision: 9583

URL: http://svn.erp5.org?rev=9583&view=rev
Log:
syntax error in previous commit


Modified:
    erp5/trunk/products/ERP5/Document/BusinessTemplate.py

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=9583&r1=9582&r2=9583&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py Thu Aug 31 13:56:18 2006
@@ -4703,7 +4703,7 @@
           if action_id not in bt_action_list:
             bt_action_list.append(action_id)
 
-        for workflow_id in [chain in wtool.getChainFor(id)
+        for workflow_id in [chain for chain in wtool.getChainFor(id)
                                     if chain != '(Default)']:
           wf_id = id+' | '+workflow_id
           if wf_id not in bt_wf_chain_list:




More information about the Erp5-report mailing list