From e9ee164e919b9aa4a250243252befe03d52b7099 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Thu, 24 Feb 2005 14:32:11 +0000
Subject: [PATCH] Add 'site' as category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2567 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 efe571d20a..cf662dcec9 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', 'economical_class',
+                  'destination_section', 'price_currency', 'economical_class', 'site',
                   # Virtual Categories
                   'source_region', 'destination_region', )
                   
-- 
2.30.9