Working on person and user and related

This commit is contained in:
Scott Idem
2021-07-21 18:56:22 -04:00
parent e6451f29f8
commit 7ad98c2946

View File

@@ -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]