Merge branch 'spidev' into 'master'

Zeiterfassung

See merge request fronk/thetool!415
This commit is contained in:
Daniel Spitzer
2024-07-03 09:27:55 +00:00

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, ";");
}