mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
Update call_center_report.py
This commit is contained in:
@@ -313,9 +313,9 @@ class CallCenterReportWizard(models.TransientModel):
|
|||||||
worksheet.write(k_res+offset, 10, v_res.create_uid.name)
|
worksheet.write(k_res+offset, 10, v_res.create_uid.name)
|
||||||
worksheet.write(k_res+offset, 11, v_res.price_total,
|
worksheet.write(k_res+offset, 11, v_res.price_total,
|
||||||
xls_cell_format_money)
|
xls_cell_format_money)
|
||||||
worksheet.write(k_res+offset, 12, v_res.amount_room,
|
worksheet.write(k_res+offset, 12, v_res.price_total - v_res.discount,
|
||||||
xls_cell_format_money)
|
xls_cell_format_money)
|
||||||
total_reservation_amount += v_res.amount_room
|
total_reservation_amount += v_res.price_total
|
||||||
|
|
||||||
offset += len(reservations)
|
offset += len(reservations)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user