From 41c108d1d2470ccf941767878e9eb14766ab30ef Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 17 Jun 2024 15:10:43 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 817e85f1..31ecc15d 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -415,8 +415,7 @@ function setProductFromGM($article, $initlog, ProductLogger $passproductLogger) $preorder = true; - try { - $productLogger->addlog('') + try { $productsku = Product::where('sku', $article->IdArticolo)->first(); //if(Gm_product::where('id_gm',$article->IdArticolo)->doesntExist()) if ($productsku->count() == 0) {