diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py index 91cabe927efb20870b0a33df3065c8ef6b95267d..a6a20f28229e42959efdefd11213fa92ecdb3132 100755 --- a/product/ERP5/PropertySheet/Person.py +++ b/product/ERP5/PropertySheet/Person.py @@ -140,5 +140,6 @@ class Person: ) _categories = ( 'group', 'market_segment', 'region', 'role', 'function', 'activity', - 'gender', 'product_line', 'subordination', 'assignment', 'nationality',) + 'gender', 'product_line', 'subordination', 'assignment', 'nationality', + 'marital_status',)