mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] Swap
This commit is contained in:
@@ -208,7 +208,7 @@ odoo.define('hotel_calendar.MultiCalendar', function(require) {
|
||||
}
|
||||
|
||||
for (var calendar of this._calendars) {
|
||||
calendar.addReservations(this._dataset['reservations']);
|
||||
calendar.addReservations(reservations);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user