This commit is contained in:
paoloar77
2024-05-20 23:46:45 +02:00
parent a72b9a9fe0
commit 401b0d1e14

View File

@@ -258,6 +258,6 @@ function loadArticleByIdArticle($sku)
return $articles; return $articles;
} catch (Exception $e) { } catch (Exception $e) {
return; return "Errore: " . $e->getMessage();
} }
} }