Merge branch 'WarehouseShippingNote/improve' into 'master'

fixed

See merge request fronk/thetool!1176
This commit is contained in:
Luca Haid
2025-04-07 14:54:30 +00:00

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 = [