fixed
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user