Kleine Kosmetische anpassungen in der Packschein und Aufgabenansicht

This commit is contained in:
2025-10-10 17:24:36 +02:00
parent 957d52dd21
commit 20805c11db
3 changed files with 32 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ function rowClassForDate(?DateTimeImmutable $markDate, ?DateTimeImmutable $today
}
if (UseDeliveredForCheckOutCompleted) {
$result = $Epi->requestEpiApi('/v1/packingnote/open?isco=False&cl=' . Epirent_Mandant);
$result = $Epi->requestEpiApi('/v1/packingnote/open?isci=true&cl=' . Epirent_Mandant);
} else {
$result = $Epi->requestEpiApi('/v1/packingnote/open?isci=False&cl=' . Epirent_Mandant);