[Erp5-report] r30850 - /erp5/trunk/products/ERP5/Document/Delivery.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 24 17:47:39 CET 2009


Author: jerome
Date: Tue Nov 24 17:47:39 2009
New Revision: 30850

URL: http://svn.erp5.org?rev=30850&view=rev
Log:
propagate activate_kw

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

Modified: erp5/trunk/products/ERP5/Document/Delivery.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Delivery.py?rev=30850&r1=30849&r2=30850&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Delivery.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Delivery.py [utf8] Tue Nov 24 17:47:39 2009
@@ -718,7 +718,8 @@
           portal_rules = getToolByName(self, 'portal_rules')
           portal_simulation = getToolByName(self, 'portal_simulation')
           my_applied_rule = portal_rules[rule_id].\
-              constructNewAppliedRule(portal_simulation)
+              constructNewAppliedRule(portal_simulation,
+                                      activate_kw=activate_kw)
           # Set causality
           my_applied_rule.setCausalityValue(self)
           # We must make sure this rule is indexed




More information about the Erp5-report mailing list