This commit is contained in:
Luca Haid
2025-04-07 16:54:21 +02:00
parent 037f1600f1
commit 74e3dd873b

View File

@@ -38,6 +38,7 @@ class ADBRimoFcpController extends TTCrud {
foreach ($fcpList as $fcpIn) {
$rimoId = $fcpIn['ExternalID'] ?? null;
if ($rimoId === null) $rimoId = $fcpIn['External ID'] ?? null;
if ($rimoId === null) continue;
$data = [