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

This commit is contained in:
Marko
2023-12-15 17:51:24 +01:00
parent 5d9db25d73
commit 2747d53c50
5 changed files with 162 additions and 40 deletions

View File

@@ -60,7 +60,6 @@ class HiltesImportCommand extends Command
*/
$hiltesImport = new HiltesImport($this->productRepository, $this->warehouseRepository, $this->stockRepository, $this->logger, $rootPath);
$prodIds = $hiltesImport->startImport($delta);
if (isset($r['error'])) {