Zeiterfassung Update

This commit is contained in:
Daniel Spitzer
2025-11-05 21:25:09 +01:00
parent afe6626183
commit 2234b5a0af

View File

@@ -268,7 +268,7 @@ class TimerecordingBillingController extends mfBaseController
fputcsv($file, $bodyarray, ";");
}
if ($employee_number == '1029' && $nlz == 0) {
$bodyarray = [$monthbmd, $companybmd, $employee_number, "4080", "", "", '17,42', "", "", "", ""];
$bodyarray = [$monthbmd, $companybmd, $employee_number, "4080", '17,42', "", '', "", "", "", ""];
fputcsv($file, $bodyarray, ";");
}