This commit is contained in:
@@ -67,8 +67,8 @@ class HiltesImportCommand extends Command
|
||||
$this->logger->error($r['text']);
|
||||
return Command::FAILURE;
|
||||
}else{
|
||||
|
||||
$pushStock = new SwPushStockCommand($this->stockRepository,$this->warehouseRepository,$this->logger);
|
||||
$io->info('Start Hiltes Push Stock');
|
||||
$pushStock = new SwPushStockCommand($this->productRepository,$this->logger);
|
||||
$pushStock->execute($input,$output);
|
||||
|
||||
$io->success('Done.');
|
||||
|
||||
Reference in New Issue
Block a user