We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd027ca commit 536b816Copy full SHA for 536b816
src/ProdScheduler/SchedulerComputeTrait.php
@@ -87,10 +87,10 @@ public function compute()
87
$end = $start + $itemPhase['out_time'];
88
} else {
89
$end = $start + $totalCost;
90
- $end = $this->phaseTimeWithCalendarCompute($start, $end);
91
- $end = $this->phaseTimeWithRestDayCompute($start, $end);
92
- $this->list[$k]['phases_forward'][$i]['end'] = $end;
93
}
+ $end = $this->phaseTimeWithCalendarCompute($start, $end);
+ $end = $this->phaseTimeWithRestDayCompute($start, $end);
+ $this->list[$k]['phases_forward'][$i]['end'] = $end;
94
95
96
0 commit comments