diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index cf2e4dd3..6eeea1dd 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -253,7 +253,7 @@ 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(); $str .= getvalstr("", $order->Codice) . " "; $str .= getvalstr("", $order->DataOra);