This commit is contained in:
paoloar77
2024-06-19 10:43:09 +02:00
parent 44f3bd3f5f
commit 4b3e1f0233

View File

@@ -100,7 +100,7 @@ class TestPao extends Command
foreach ($articles as $article) { foreach ($articles as $article) {
try { try {
$ind++; $ind++;
echo "\nArticolo " . $ind; echo "\nArticolo " . $ind . " " . $article->Titolo . " qta = " . $article->stock;
$mostra = false; $mostra = false;
if ($mostra_solo_qta_negative) { if ($mostra_solo_qta_negative) {