Timeline diff issue fixed query updated
This commit is contained in:
parent
4b1a355fd4
commit
7c05dc6515
|
@ -56,7 +56,7 @@ class ProjectTimelineReport(models.Model):
|
|||
date AS enddate,
|
||||
'Budgeted' as timeline_type,
|
||||
pro.budgeted_hours2 as hours,
|
||||
(date - datestart) as timeline,
|
||||
(date - date_start) as timeline,
|
||||
--DATE_PART('day', AGE(date, date_start)) AS timeline,
|
||||
pro.*
|
||||
FROM
|
||||
|
|
Loading…
Reference in New Issue