From 4069d811372533abc70371f3a2845c8d20220edd Mon Sep 17 00:00:00 2001 From: prakash Date: Mon, 2 May 2022 15:49:10 +0530 Subject: [PATCH] report order issue fixed --- 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 1c60dd6..5bdf5e8 100755 --- a/project_report/report/project_revenue_custom_report2.py +++ b/project_report/report/project_revenue_custom_report2.py @@ -144,8 +144,8 @@ class ProjectRevenueCustomReport2(models.Model): pro_emp.employee_id AS employee_id, 0.0 AS overall_budgeted_revenue, pro_emp.cost AS budgeted_revenue, - 0.0 as timesheet_cost, 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,