home-office #32

Merged
TorstenHettstedt merged 8 commits from home-office into master 2025-06-27 11:43:57 +02:00
Showing only changes of commit 9f53b627c0 - Show all commits
+1 -1
View File
@@ -24,7 +24,7 @@ class Api extends Module
"periodDesignation" => "string",
"totalHours" => self::FORMAT_TIME,
"workingDays" => 'integer:>0',
'homeOfficeDays' => 'number:>=0',
'homeOfficeDays' => 'integer:>=0',
"overtime" => self::FORMAT_TIME,
];