[Erp5-report] r26943 - /erp5/trunk/products/ERP5/InteractionWorkflow.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue May 12 17:37:04 CEST 2009
Author: nicolas
Date: Tue May 12 17:37:02 2009
New Revision: 26943
URL: http://svn.erp5.org?rev=26943&view=rev
Log:
Follow new transaction API
Modified:
erp5/trunk/products/ERP5/InteractionWorkflow.py
Modified: erp5/trunk/products/ERP5/InteractionWorkflow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/InteractionWorkflow.py?rev=26943&r1=26942&r2=26943&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/InteractionWorkflow.py [utf8] (original)
+++ erp5/trunk/products/ERP5/InteractionWorkflow.py [utf8] Tue May 12 17:37:02 2009
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2003 Nexedi SARL and Contributors. All Rights Reserved.
@@ -305,7 +306,7 @@
# Execute Before Commit
for script_name in tdef.before_commit_script_name:
script = self.scripts[script_name]
- transaction.beforeCommitHook(script, sci)
+ transaction.get().beforeCommitHook(script, sci)
# Execute "activity" scripts
for script_name in tdef.activate_script_name:
More information about the Erp5-report
mailing list