This commit is contained in:
paoloar77
2024-08-13 09:44:49 +02:00
parent fe7fc8efbc
commit 07840476c1

View File

@@ -497,6 +497,7 @@ function showOrdini()
foreach ($orders as $order) { foreach ($orders as $order) {
$product = Product::where('sku', $order->CodArticoloGM)->first(); $product = Product::where('sku', $order->CodArticoloGM)->first();
dd($product);
// $product = null; // $product = null;
if ($product) if ($product)