Zeiterfassung
* Workaround Urlaubsminderung (nur Temporär)
This commit is contained in:
@@ -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, ";");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user