Commit c444c694 authored by Tatuya Kamada's avatar Tatuya Kamada

Make documents enable to access prefecture property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30199 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a80f8b8
...@@ -92,7 +92,8 @@ class Organisation: ...@@ -92,7 +92,8 @@ class Organisation:
'type' : 'content', 'type' : 'content',
'portal_type' : ('Address'), 'portal_type' : ('Address'),
'acquired_property_id' : ( 'text', 'street_address', 'city', 'acquired_property_id' : ( 'text', 'street_address', 'city',
'zip_code', 'region', 'region_title'), 'zip_code', 'region', 'region_title',
'prefecture'),
'acquisition_base_category' : ('region', ), 'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',), 'acquisition_portal_type' : ('Category',),
'acquisition_copy_value' : 0, 'acquisition_copy_value' : 0,
......
...@@ -107,7 +107,8 @@ class Person: ...@@ -107,7 +107,8 @@ class Person:
, 'type' : 'content' , 'type' : 'content'
, 'portal_type' : ( 'Address', ) , 'portal_type' : ( 'Address', )
, 'acquired_property_id' : ( 'text', 'street_address', 'city', , 'acquired_property_id' : ( 'text', 'street_address', 'city',
'zip_code', 'region', 'region_title') 'zip_code', 'region', 'region_title',
'prefecture')
, 'acquisition_base_category': ( 'subordination', ) , 'acquisition_base_category': ( 'subordination', )
, 'acquisition_portal_type' : ( 'Organisation', ) , 'acquisition_portal_type' : ( 'Organisation', )
, 'acquisition_copy_value' : 0 , 'acquisition_copy_value' : 0
......
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