This commit is contained in:
paoloar77
2024-06-19 17:59:31 +02:00
parent d7ae2aa8cc
commit 741bd08392
2 changed files with 4 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ class ProductUpdateGm extends Command
$productLogger->setLogandSendEmail();
echo "************** Finito **************";
} catch (\Exception $e) {
echo $e->getMessage();

View File

@@ -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':