diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 1bf0a5e4..6ac297a9 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -495,11 +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(); - echo "prodotto... "; - - echo getarraystr($product); + $product = null; if ($product) $titolo = "" . $product['name'] . "";