Commit 49bf9ac0 authored by Frank Bergmann's avatar Frank Bergmann

- Excluding deleted projects

parent 6fe3612f
......@@ -158,6 +158,7 @@ set report_sql "
from im_projects
where parent_id is null and
start_date is not null and
project_status_id not in ([im_project_status_deleted]) and
end_date >= :prev::date and
start_date < :date::date
) p
......
......@@ -107,6 +107,7 @@ set middle_sql "
from im_projects
where parent_id is null and
start_date is not null and
project_status_id not in ([im_project_status_deleted]) and
end_date >= :diagram_start_date::date
) p
) main_p
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment