new importfiles
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marko
2023-04-04 10:24:02 +02:00
parent f484d000cf
commit 0579a62931
2 changed files with 26 additions and 16 deletions

View File

@@ -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.');