Zeiterfassung Update

* Feature Update Urklaubsaufbuchung/Minderung im BMD Import
This commit is contained in:
Daniel Spitzer
2024-06-10 11:49:46 +02:00
parent 2d70624bd8
commit 09a6651f0e

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", $monthend, $monthend, $timerecordingBillingEmployee->holidays, '0'];
$bodyarray = [$companybmd, $employee_number, 1, "1", "", "4", '31.05.2024', '31.05.2024', $timerecordingBillingEmployee->holidays, '0'];
fputcsv($file, $bodyarray, ";");
}