Merge branch 'spidev' into 'master'

Zeiterfassung Update

See merge request fronk/thetool!1869
This commit is contained in:
Daniel Spitzer
2025-11-05 20:25:31 +00:00

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