Commit 1841bc10 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed issue with dependency_type_id = 9650

parent ac57ae4c
......@@ -34,6 +34,7 @@ ad_proc -public im_ms_project_calculate_actualstart {
WHERE ttd.task_id_one = :task_id and ttd.task_id_two = p.project_id and
ttd.task_id_two <> :task_id
} {
if {9650 eq $dependency_type_id} { set dependency_type_id 9660 }
switch $dependency_type_id {
9660 {
set actual_start_date ""
......
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