fixed slack
Some checks failed
continuous-integration/drone/push Build is failing

update composer
This commit is contained in:
Marko
2024-01-09 17:15:53 +01:00
parent 3ac3c884f0
commit bc1c6b85bc
4 changed files with 426 additions and 410 deletions

View File

@@ -85,15 +85,10 @@ class Jtl
//Wenn Product nicht gefunden werden kann, dann setzte Bestand auf Null
$this->logger->info('No stock for warehouse ' . $w->getName());
}
// if ($p->getGtin() == '0193128415983') {
// dump($data[$p->getId() . $warehousesName]);
// }
}
}
}
return $data;
}