From 8eb31c186e7a99df0fe88c66ac69310b13ad39b6 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Fri, 18 Feb 2005 17:53:31 +0000 Subject: [PATCH] Add the economical_class category needed to classify banking and financial entities git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2506 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Organisation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Organisation.py b/product/ERP5/PropertySheet/Organisation.py index c40136372b..efe571d20a 100755 --- a/product/ERP5/PropertySheet/Organisation.py +++ b/product/ERP5/PropertySheet/Organisation.py @@ -182,7 +182,7 @@ class Organisation: _categories = ( 'role', 'group', 'activity', 'skill', 'market_segment', 'region', 'social_form', 'function', 'source', 'destination', 'source_section', - 'destination_section', 'price_currency', + 'destination_section', 'price_currency', 'economical_class', # Virtual Categories 'source_region', 'destination_region', ) -- 2.30.9