This commit is contained in:
paoloar77
2025-01-28 18:05:50 +01:00
parent 71fa796487
commit b847537416

View File

@@ -999,6 +999,7 @@ class ArticleFormatter
private static function getStockInfo($product)
{
try {
$quantity = 0;
if (!$product) {
return [
'stock_quantity' => 0,