[Erp5-report] r43091 nicolas.dumazet - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Feb 5 05:31:07 CET 2011
Author: nicolas.dumazet
Date: Sat Feb 5 05:31:07 2011
New Revision: 43091
URL: http://svn.erp5.org?rev=43091&view=rev
Log:
remove extraneous commit, and let BT code handle that by himself.
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=43091&r1=43090&r2=43091&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Sat Feb 5 05:31:07 2011
@@ -37,7 +37,7 @@ from AccessControl import ClassSecurityI
from Products.CMFCore.utils import getToolByName
from Products.PythonScripts.PythonScript import PythonScript
from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
-from Products.ERP5Type.Base import WorkflowMethod, _aq_reset
+from Products.ERP5Type.Base import WorkflowMethod
from Products.ERP5Type.Utils import readLocalDocument, \
writeLocalDocument, \
importLocalDocument, \
@@ -3701,8 +3701,6 @@ class PropertySheetTemplateItem(Document
# migrated
update_parameter_dict[key] = 'migrate'
- transaction.commit()
-
def install(self, context, **kw):
if not self._perform_migration:
return DocumentTemplateItem.install(self, context, **kw)
More information about the Erp5-report
mailing list