From df37a3d85c1cb00bd701f7cbee78c4056bc4dc3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 17 Oct 2005 11:24:24 +0000
Subject: [PATCH] restore the destination_region category on Person, necesary
 to have the destination_region category acquired correctly for movements
 which have a Person as destination.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4056 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Person.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index e5b7409df5..8396304bbf 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -176,4 +176,5 @@ class Person:
   )
 
   _categories = ( 'region', 'gender', 'product_line', 'nationality', 'marital_status',
-                  'subordination')
+                  'subordination', 'destination_region' )
+                  
-- 
2.30.9