From 7ad98c2946765aeafde594d5ca5f11f7332d9364 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 21 Jul 2021 18:56:22 -0400 Subject: [PATCH] Working on person and user and related --- app/models/contact_models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/contact_models.py b/app/models/contact_models.py index 4343a73..4cd6ebe 100644 --- a/app/models/contact_models.py +++ b/app/models/contact_models.py @@ -40,7 +40,7 @@ class Contact_Base(BaseModel): description: Optional[str] lu_time_zone_id: Optional[str] - timezone: Optional[str] + # timezone: Optional[str] timezone_name: Optional[str] email: Optional[str] @@ -50,6 +50,7 @@ class Contact_Base(BaseModel): phone_office: Optional[str] phone_land: Optional[str] phone_fax: Optional[str] + phone_other: Optional[str] website_url: Optional[str] website_name: Optional[str]