[FIX]pms_api_rest: added lastname2 to mapping_checkin_partner_values and ref get_partner_by_doc_numer

This commit is contained in:
braisab
2022-10-11 19:59:47 +02:00
committed by Darío Lodeiros
parent 02d7edb0ea
commit 4bf298cf66
2 changed files with 10 additions and 7 deletions

View File

@@ -661,6 +661,7 @@ class PmsReservationService(Component):
checkin_partner_fields = {
"firstname": pms_checkin_partner_info.firstname,
"lastname": pms_checkin_partner_info.lastname,
"lastname2": pms_checkin_partner_info.lastname2,
"email": pms_checkin_partner_info.email,
"mobile": pms_checkin_partner_info.mobile,
"document_type": pms_checkin_partner_info.documentType,