Skip to content

Commit

Permalink
[ADD]pms_civitfun: supportDocumentNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioLodeiros committed Feb 8, 2024
1 parent aaffe4f commit 0b652f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pms_civitfun/services/pms_checkin_partner_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ def _mapped_hosts_info(self, guest):
checkin_vals["support_number"] = guest.customFields.get(
"document_support_number"
)
if guest.customFields.get("documentSupportNumber"):
checkin_vals["support_number"] = guest.customFields.get(
"documentSupportNumber"
)
if guest.customFields.get("address"):
checkin_vals["residence_street"] = guest.customFields.get(
"address"
Expand Down

0 comments on commit 0b652f5

Please sign in to comment.