Skip to content

Commit

Permalink
[FIX] pms-api-rest: remove value 'normal' when not exteralReference f…
Browse files Browse the repository at this point in the history
…rom folio post
  • Loading branch information
miguelpadin committed Sep 23, 2024
1 parent 264b7b9 commit 38d3153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pms_api_rest/services/pms_folio_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def create_folio(self, pms_folio_info):
"room_type_id": reservation.roomTypeId,
"pms_property_id": pms_folio_info.pmsPropertyId,
"pricelist_id": pms_folio_info.pricelistId,
"external_reference": pms_folio_info.externalReference or "normal",
"external_reference": pms_folio_info.externalReference,
"board_service_room_id": self.get_board_service_room_type_id(
reservation.boardServiceId,
reservation.roomTypeId,
Expand Down

0 comments on commit 38d3153

Please sign in to comment.