diff --git a/hotel/data/hotel_demo.xml b/hotel/data/hotel_demo.xml index ee34db3c8..042b7d0b9 100644 --- a/hotel/data/hotel_demo.xml +++ b/hotel/data/hotel_demo.xml @@ -235,24 +235,90 @@ BreakFast - - 0 + + fixed Half Board - - 10 + + fixed FullBoard - - 10 + + fixed + + + + + + + + + + fixed + + + + + + fixed + + + + + + + fixed + + + + + + + + fixed + + + + + + fixed @@ -280,7 +346,7 @@ 'checkout': (DateTime.today() + timedelta(days=2)).strftime('%Y-%m-%d'), 'adults': 2, 'state': 'confirm', - 'board_service_id': ref('hotel_board_service_1'), + 'board_service_room_id': ref('hotel_board_service_room_1'), })]"/> @@ -292,7 +358,7 @@ 'checkin': (DateTime.today() + timedelta(days=2)).strftime('%Y-%m-%d'), 'checkout': (DateTime.today() + timedelta(days=4)).strftime('%Y-%m-%d'), 'adults': 3, - 'board_service_id': ref('hotel_board_service_2'), + 'board_service_room_id': ref('hotel_board_service_room_3'), })]"/> @@ -329,7 +395,6 @@ 'checkout': (DateTime.today() + timedelta(days=4)).strftime('%Y-%m-%d'), 'adults': 1, 'state': 'confirm', - 'board_service_id': ref('hotel_board_service_1'), })]"/>