test
This commit is contained in:
@@ -121,7 +121,8 @@ class TestPao extends Command
|
|||||||
if ($mostra) {
|
if ($mostra) {
|
||||||
echo "Articolo: " . $strarticolo;
|
echo "Articolo: " . $strarticolo;
|
||||||
|
|
||||||
echo "\r\n QTA = " . $article->stock . "\r\n";
|
if ($article->stock)
|
||||||
|
echo "\r\n QTA = " . $article->stock . "\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$productsku = Product::where('sku', $article->IdArticolo)->first();
|
$productsku = Product::where('sku', $article->IdArticolo)->first();
|
||||||
|
|||||||
Reference in New Issue
Block a user