data_sync
This commit is contained in:
@@ -79,7 +79,7 @@ class EcviPMSPlugin(BasePMSPlugin):
|
||||
filtered_data = [
|
||||
{
|
||||
'reservation_id': item.get('task_id'),
|
||||
'room_number': item.get('room_number'),
|
||||
'room_number': item.get('room_name'),
|
||||
'room_type': item.get('room_type'),
|
||||
'checkin': datetime.strptime(item.get('checkin'), '%Y-%m-%d %H:%M:%S'),
|
||||
'checkout': datetime.strptime(item.get('checkout'), '%Y-%m-%d %H:%M:%S'),
|
||||
|
||||
Reference in New Issue
Block a user