From 9bea87d87b48faa73cbf8a5b98e8bcc01440c862 Mon Sep 17 00:00:00 2001 From: Akshay Nair A <140306973+akshayna7@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:28:59 +0530 Subject: [PATCH] Update schedule.php --- schedule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.php b/schedule.php index 9944b9a..a0c60b9 100644 --- a/schedule.php +++ b/schedule.php @@ -85,7 +85,7 @@ switch ($relationship) { case 'ss': // Start-to-Start - $maxES = max($maxES, $dependency['ES'] + $offset); + $maxES = max($maxES, $dependency['EF'] + $offset); $task['ES'] = $maxES; $task['EF'] = $maxEF = $task['ES'] + $task['duration']; break;