[Erp5-report] r35031 nicolas.dumazet - /erp5/trunk/products/ERP5Type/ERP5Type.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 6 04:07:38 CEST 2010


Author: nicolas.dumazet
Date: Thu May  6 04:07:36 2010
New Revision: 35031

URL: http://svn.erp5.org?rev=35031&view=rev
Log:
missing comma: 'internal' was not included in type group lists

Modified:
    erp5/trunk/products/ERP5Type/ERP5Type.py

Modified: erp5/trunk/products/ERP5Type/ERP5Type.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/ERP5Type.py?rev=35031&r1=35030&r2=35031&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/ERP5Type.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/ERP5Type.py [utf8] Thu May  6 04:07:36 2010
@@ -245,7 +245,7 @@
       'order', 'order_movement',
       'container', 'container_line',
       # Different Aspects
-      'sale', 'purchase', 'internal'
+      'sale', 'purchase', 'internal',
       # PDM
       'transformation', 'variation', 'sub_variation',
       'product', 'service', 'model_path',




More information about the Erp5-report mailing list