Skip to content

Commit

Permalink
fix update booking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackmesa-Canteen committed Oct 18, 2022
1 parent fad8144 commit e0bc2e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public void doUpdateBooking(String transactionId, String roomOrderId, int newQua

// get the existing room orders for this hotel at this date range
List<RoomOrder> existingRoomOrders = roomOrderBlo.getRoomOrdersByHotelIdAndDateRange(
hotelId, start, end, CommonConstant.TRANSACTION_CANCELLED);
hotelId, start, end, CommonConstant.TRANSACTION_CONFIRMED);


Room room = roomBlo.getRoomEntityByRoomId(targetRoomId);
Expand Down

0 comments on commit e0bc2e5

Please sign in to comment.