From 92b9c1ae3f031072e7e14be47253a88659a0f10b Mon Sep 17 00:00:00 2001 From: TheRON Date: Sat, 6 Jun 2026 05:21:42 -0400 Subject: [PATCH] Updated --- hubzilla/addon/assoc_profile/assoc_profile.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hubzilla/addon/assoc_profile/assoc_profile.php b/hubzilla/addon/assoc_profile/assoc_profile.php index 1669253..175d698 100644 --- a/hubzilla/addon/assoc_profile/assoc_profile.php +++ b/hubzilla/addon/assoc_profile/assoc_profile.php @@ -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', ],