Commit 487a46c7 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Changes comments. Added product_line.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0263797c
...@@ -48,10 +48,8 @@ class Assignment(Path): ...@@ -48,10 +48,8 @@ class Assignment(Path):
}, },
) )
_categories = ( # Assignment categories _categories = ( # Career categories
'group', 'site', 'activity' , 'grade', 'role', 'skill', 'subordination', 'salary_level', 'product_line',
# Career categories # Assignment and Career categories
, 'grade', 'role', 'skill', 'subordination', 'salary_level' , 'group', 'site', 'function', 'activity'
# Dual categories
, 'function'
) )
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment