From 967408c39bb9ae0d40332cd4997e8ee95a9efe0c Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 10:08:53 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);