[Erp5-report] r30957 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Dec 1 10:53:13 CET 2009
Author: jerome
Date: Tue Dec 1 10:53:00 2009
New Revision: 30957
URL: http://svn.erp5.org?rev=30957&view=rev
Log:
install constraints before property sheets
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=30957&r1=30956&r2=30957&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Tue Dec 1 10:53:00 2009
@@ -4729,8 +4729,8 @@
# ( and more )
_item_name_list = [
'_product_item',
+ '_constraint_item',
'_property_sheet_item',
- '_constraint_item',
'_document_item',
'_extension_item',
'_test_item',
More information about the Erp5-report
mailing list