Zeiterfassung

* Workaround Urlaubsminderung (nur Temporär)
This commit is contained in:
Daniel Spitzer
2024-07-03 11:27:09 +02:00
parent 6da0d4e502
commit 3e3e850e7c

View File

@@ -342,7 +342,7 @@ class TimerecordingBillingController extends mfBaseController
$month= strtotime("01." . $month);
$monthend = date("d.m.Y", strtotime("last day of this month", $month));
$bodyarray = [$companybmd, $employee_number, 1, "1", "", "4", '31.05.2024', '31.05.2024', $timerecordingBillingEmployee->holidays, '0'];
$bodyarray = [$companybmd, $employee_number, 1, "1", "", "4", '30.06.2024', '30.06.2024', $timerecordingBillingEmployee->holidays, '0'];
fputcsv($file, $bodyarray, ";");
}