diff --git a/hotel_calendar/models/inherited_hotel_room_type_restriction_item.py b/hotel_calendar/models/inherited_hotel_room_type_restriction_item.py index de9a8fedf..486c58152 100644 --- a/hotel_calendar/models/inherited_hotel_room_type_restriction_item.py +++ b/hotel_calendar/models/inherited_hotel_room_type_restriction_item.py @@ -64,7 +64,7 @@ class HotelRoomTypeResrtrictionItem(models.Model): continue unlink_vals.append({ 'restriction_id': record.restriction_id.id, - 'date': record.date_start, + 'date': record.date, 'min_stay': 0, 'min_stay_arrival': 0, 'max_stay': 0,