fixed #54, #55
All checks were successful
Arbeitszeitmessung Deploy / Run Go Tests (push) Successful in 1m28s
Tests / Run Go Tests (push) Successful in 2m19s
Arbeitszeitmessung Deploy / Build Go Image and Upload (push) Successful in 1m39s

This commit is contained in:
2025-10-09 13:11:54 +02:00
parent 89eb5d255d
commit 6da58d6753
6 changed files with 12 additions and 61 deletions

View File

@@ -84,6 +84,7 @@ func (d *WorkDay) TimeWorkVirtual(u User) time.Duration {
if d.IsKurzArbeit() {
return u.ArbeitszeitProTag()
}
return d.workTime
}