report order issue fixed
This commit is contained in:
parent
6065b2f4b2
commit
4069d81137
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue