[Erp5-report] r16387 - /erp5/trunk/products/ERP5/PropertySheet/Assignment.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Sep 15 16:45:40 CEST 2007


Author: kazuhiko
Date: Sat Sep 15 16:45:40 2007
New Revision: 16387

URL: http://svn.erp5.org?rev=16387&view=rev
Log:
fix SyntaxError.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Assignment.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Assignment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Assignment.py?rev=16387&r1=16386&r2=16387&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Assignment.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Assignment.py Sat Sep 15 16:45:40 2007
@@ -49,7 +49,7 @@
   )
 
   _categories = ( # Career categories
-                , 'grade', 'role', 'skill', 'subordination', 'salary_level', 'product_line',
+                  'grade', 'role', 'skill', 'subordination', 'salary_level', 'product_line'
                   # Assignment and Career categories
                 , 'group', 'site', 'function', 'activity'
-                )
+                )




More information about the Erp5-report mailing list