mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[TMP] Tmp fix pricelist rate
This commit is contained in:
@@ -170,7 +170,7 @@ class HotelReservationImporter(Component):
|
||||
'checkout': checkout_str,
|
||||
'adults': persons,
|
||||
'children': book['children'],
|
||||
'pricelist_id': rate_id,
|
||||
#'pricelist_id': rate_id,
|
||||
'reservation_line_ids': reservation_lines,
|
||||
'to_assign': True,
|
||||
'state': is_cancellation and 'cancelled' or 'confirm',
|
||||
|
||||
Reference in New Issue
Block a user