From bf43cbbe3a88d7ce5ea932ab31f530b8a8010566 Mon Sep 17 00:00:00 2001
From: Tatuya Kamada <tatuya@nexedi.com>
Date: Mon, 2 Nov 2009 08:50:04 +0000
Subject: [PATCH] Add prefecture property.

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

diff --git a/product/ERP5/PropertySheet/GeographicAddress.py b/product/ERP5/PropertySheet/GeographicAddress.py
index b6a5b7a630..39a45d4e54 100644
--- a/product/ERP5/PropertySheet/GeographicAddress.py
+++ b/product/ERP5/PropertySheet/GeographicAddress.py
@@ -44,6 +44,10 @@ class GeographicAddress:
             'description' : 'Zip code.',
             'type'        : 'string',
             'mode'        : 'w' },
+        {   'id'          : 'prefecture',
+            'description' : 'Prefecture.',
+            'type'        : 'string',
+            'mode'        : 'w' },
     )
 
     _categories = ( 'region', )
-- 
2.30.9