Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3994be6556 | ||
| f46eeaa893 |
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.1.23'
|
||||
app.version: '0.1.24'
|
||||
|
||||
@@ -163,7 +163,7 @@ final readonly class EmployeeLeaveSummaryProvider implements ProviderInterface
|
||||
|
||||
$effectiveFrom = $this->resolveEffectivePeriodStart($employee, $from, $to);
|
||||
$hasShiftedStart = $effectiveFrom > $from;
|
||||
if ($hasShiftedStart) {
|
||||
if ($hasShiftedStart && null === $openingBalance) {
|
||||
$carryDays = 0.0;
|
||||
$carrySaturdays = 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user