[Erp5-report] r19378 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 19 10:24:43 CET 2008
Author: vincent
Date: Tue Feb 19 10:24:43 2008
New Revision: 19378
URL: http://svn.erp5.org?rev=19378&view=rev
Log:
Remove unneeded pop: the dict is not used afterward.
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=19378&r1=19377&r2=19378&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py Tue Feb 19 10:24:43 2008
@@ -4554,7 +4554,6 @@
for path, action in object_to_update.iteritems():
if action in ('remove', 'save_and_remove'):
remove_object_dict[path] = action
- object_to_update.pop(path)
# remove object from old business template
if len(remove_object_dict):
More information about the Erp5-report
mailing list