aa
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user