Zeiterfassungs Update

* neue Migration für Personaladministration (Aktive Verrechnung)
 * Verrechnung Anpassungen Black P.
 * superexpertEnabled Implementation Verrechnung/Personaladministration
 * Personaladministration (Aktive Verrechnung/Zeiterfassung Enddatum)
This commit is contained in:
Spitzer Daniel
2024-04-04 18:12:14 +02:00
parent acbdb7b2aa
commit dec2e9f211

View File

@@ -91,7 +91,7 @@ class TimerecordingCarController extends mfBaseController
$data['first_approval'] = trim($r->first_approval);
if (!$data['user_id']) {
if (!$data['user_id'] || $data['user_id'] == "-") {
$data['user_id'] = null;
}
if (!$data['initial_approval']) {