diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 6ac297a9..dd82a20b 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -495,9 +495,9 @@ function showOrdini() // Show the fields of the orders foreach ($orders as $order) { - // $product = Product::where('sku', $order->CodArticoloGM)->first(); + $product = Product::where('sku', $order->CodArticoloGM)->first(); - $product = null; + // $product = null; if ($product) $titolo = "" . $product['name'] . "";