From 6ecbe8c353626158edb9a617bba5f97b7e228901 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Tue, 1 Jul 2008 19:20:16 +0000
Subject: [PATCH] remove birthplace property because it has been added to
 Person property sheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22201 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../EGovGenericProperties.py                     | 16 ----------------
 bt5/erp5_egov/bt/revision                        |  2 +-
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/bt5/erp5_egov/PropertySheetTemplateItem/EGovGenericProperties.py b/bt5/erp5_egov/PropertySheetTemplateItem/EGovGenericProperties.py
index 2142d1fd2b..1d9615b6cd 100644
--- a/bt5/erp5_egov/PropertySheetTemplateItem/EGovGenericProperties.py
+++ b/bt5/erp5_egov/PropertySheetTemplateItem/EGovGenericProperties.py
@@ -39,20 +39,4 @@ class EGovGenericProperties:
     , 'type'       : 'string'
     , 'mode'       : 'w'
     },
-    { 'id'                       : 'birthplace'
-    , 'storage_id'               : 'default_birthplace'
-    , 'description'              : 'The current address of the person'
-    , 'type'                     : 'content'
-    , 'portal_type'              : ( 'Address', )
-    , 'acquired_property_id'     : ( 'text', 'street_address', 'city',
-                                     'zip_code', 'region', 'region_title')
-    , 'acquisition_base_category': ( 'subordination', )
-    , 'acquisition_portal_type'  : ( 'Organisation', )
-    , 'acquisition_copy_value'   : 0
-    , 'acquisition_mask_value'   : 1
-    , 'acquisition_sync_value'   : 0
-    , 'acquisition_accessor_id'  : 'getDefaultBirthplaceValue'
-    , 'acquisition_depends'      : None
-    , 'mode'                     : 'w'
-    },
   )
diff --git a/bt5/erp5_egov/bt/revision b/bt5/erp5_egov/bt/revision
index a0b994e372..fb35181565 100644
--- a/bt5/erp5_egov/bt/revision
+++ b/bt5/erp5_egov/bt/revision
@@ -1 +1 @@
-195
\ No newline at end of file
+197
\ No newline at end of file
-- 
2.30.9