This commit is contained in:
paoloar77
2024-06-13 10:08:53 +02:00
parent 6f2ee60f4b
commit 967408c39b

View File

@@ -253,7 +253,7 @@ function showOrdini()
// Show the fields of the orders // Show the fields of the orders
foreach ($orders as $order) { 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->Codice) . " ";
$str .= getvalstr("", $order->DataOra); $str .= getvalstr("", $order->DataOra);