[Erp5-report] r18056 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 6 14:38:43 CET 2007
Author: yo
Date: Thu Dec 6 14:38:42 2007
New Revision: 18056
URL: http://svn.erp5.org?rev=18056&view=rev
Log:
Do not force to backup.
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=18056&r1=18055&r2=18056&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py Thu Dec 6 14:38:42 2007
@@ -674,11 +674,11 @@
for path in keys:
if update_dict.has_key(path) or force:
# get action for the oject
+ action = 'backup'
if not force:
action = update_dict[path]
if action == 'nothing':
continue
- action = 'backup'
# get subobjects in path
path_list = path.split('/')
container_path = path_list[:-1]
More information about the Erp5-report
mailing list