aa
This commit is contained in:
@@ -481,12 +481,12 @@ function showTest()
|
||||
$mystr = '*** TEST: codarticolo: ' . $codarticolo;
|
||||
if ($codarticolo) {
|
||||
try {
|
||||
//$product = Product::where('sku', $codarticolo)->first();
|
||||
$product = Product::where('sku', $codarticolo)->first();
|
||||
} catch (\Exception $e) {
|
||||
$mystr .= "Errore: " . $e->getMessage();
|
||||
}
|
||||
|
||||
// $mystr .= getarraystr($product);
|
||||
$mystr .= getarraystr($product);
|
||||
|
||||
}
|
||||
return $mystr;
|
||||
|
||||
Reference in New Issue
Block a user