fix Hiltes import

This commit is contained in:
Marko
2023-09-19 15:29:22 +02:00
parent 0abbd0ab29
commit 86f28121aa
11 changed files with 127 additions and 127 deletions

View File

@@ -65,8 +65,6 @@ class HiltesImportCommand extends Command
return Command::FAILURE;
}else{
$io->info('Start Hiltes Push JTL');
// $pushStock = new SwPushStockCommand($this->productRepository,$this->logger);
// $pushStock->execute($input,$output);
$jtl = new JtlExportCommand($this->productRepository,$this->stockRepository,$this->warehouseRepository,$this->logger);
$jtl->execute($input,$output);