This commit is contained in:
2026-06-06 05:21:42 -04:00
parent 4e4d855a7f
commit 92b9c1ae3f

View File

@@ -115,6 +115,7 @@ function assoc_field_names() {
'assoc_zip', 'assoc_placekey', 'assoc_website',
'assoc_buildings', 'assoc_units', 'assoc_year_built', 'assoc_stories',
'assoc_mgmt_company', 'assoc_mgmt_contact', 'assoc_mgmt_certified',
'assoc_cai_listing',
'assoc_sos_id', 'assoc_sos_standing',
'assoc_declaration_recorded', 'assoc_declaration_instrument',
'assoc_registered', 'assoc_updated',
@@ -329,6 +330,7 @@ function assoc_field_labels() {
'assoc_mgmt_company' => 'Management Company',
'assoc_mgmt_contact' => 'Management Contact',
'assoc_mgmt_certified' => 'Manager IDFPR Certified',
'assoc_cai_listing' => 'CAI Directory Listing',
'assoc_sos_id' => 'SOS Entity File Number',
'assoc_sos_standing' => 'Corporate Standing',
'assoc_declaration_recorded' => 'Declaration Recorded',
@@ -350,6 +352,7 @@ function assoc_field_groups() {
],
'Governance and Management' => [
'assoc_mgmt_company','assoc_mgmt_contact','assoc_mgmt_certified',
'assoc_cai_listing',
'assoc_sos_id','assoc_sos_standing',
'assoc_declaration_recorded','assoc_declaration_instrument',
],