From 6ce1e2922094923f5e1ded50dc40e2b879ee158f Mon Sep 17 00:00:00 2001 From: prakash Date: Mon, 16 May 2022 18:04:23 +0530 Subject: [PATCH] report order issue fix --- project_report/report/project_revenue_custom_report2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_report/report/project_revenue_custom_report2.py b/project_report/report/project_revenue_custom_report2.py index 5361ede..fe75266 100755 --- a/project_report/report/project_revenue_custom_report2.py +++ b/project_report/report/project_revenue_custom_report2.py @@ -145,10 +145,10 @@ class ProjectRevenueCustomReport2(models.Model): 0.0 AS overall_budgeted_revenue, pro_emp.cost AS budgeted_revenue, pro_emp.budgeted_qty AS budgeted_hours, - 0.0 as timesheet_cost, 0.0 AS overall_hourly_rate, 0.0 as unit_amount, 0.0 AS pro_hourly_rate, + 0.0 as timesheet_cost, 0.0 AS actual_revenue, 0.0 AS actual_cost, 0.0 AS expenses_amt,