tt
This commit is contained in:
@@ -6058,8 +6058,7 @@ Route::get('/aggiornapreorder/{idarticolo}', function ($idarticolo) {
|
||||
$product = Product::where('sku', $idarticolo)->first();
|
||||
|
||||
if ($product) {
|
||||
|
||||
echo 'Prodotto: ' . $product->id . ' - ' . $product->name . '<br>';
|
||||
dd($product);
|
||||
|
||||
$aggiorna = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user