Configbeschreibung angepasst. Imagecheck hinzugefügt

This commit is contained in:
2025-10-28 12:02:16 +01:00
parent d8123ef332
commit 6e5e63adc5
6 changed files with 143 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ function resolveRowMarkDateCheckIn(
case 2: $candidate = dt($NachbereitungsTimeDetail->date_start ?? null); break;
case 3: $candidate = dt($RePackagingTimeDetail->date_start ?? null); break;
case 4: $candidate = dt($PackingNoteDetail->date_redelivery ?? null); break;
case 5: $candidate = dt($DispoTimeDetail->date_end ?? null); break;
default: $candidate = null; break;
}
if (!$candidate) {