Commit bf43cbbe authored by Tatuya Kamada's avatar Tatuya Kamada

Add prefecture property.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30191 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94880781
......@@ -44,6 +44,10 @@ class GeographicAddress:
'description' : 'Zip code.',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'prefecture',
'description' : 'Prefecture.',
'type' : 'string',
'mode' : 'w' },
)
_categories = ( 'region', )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment