diff --git a/app/Console/Commands/ProductUpdateGm.php b/app/Console/Commands/ProductUpdateGm.php index 96167c03..0917fb5f 100644 --- a/app/Console/Commands/ProductUpdateGm.php +++ b/app/Console/Commands/ProductUpdateGm.php @@ -92,6 +92,8 @@ class ProductUpdateGm extends Command $productLogger->setLogandSendEmail(); + echo "************** Finito **************"; + } catch (\Exception $e) { echo $e->getMessage(); diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 9829d257..4bcaaf1b 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -516,7 +516,8 @@ function setProductFromGM($article, $initlog, ProductLogger &$passproductLogger) $formato = null; $prodotti = null; $prodotti = new ModelsProduct(); - $titolo = $article->Titolo; + $titolo = $article->Titolo; + echo $titolo . ' '; switch ($article->DescrizioneTipologia) { case 'Libri':