diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 6f7ac40e..c934006d 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -1390,7 +1390,9 @@ function updateArticoloFromGM($idarticolo) { // setProductFromGM($article, false, $productLogger); } - return $productLogger->concatenateLogs(); + $str = "Concatena"; + //$str .= $productLogger->concatenateLogs(); + return $str; } \ No newline at end of file