fix Hiltes import
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user