aa
This commit is contained in:
@@ -100,7 +100,7 @@ class TestPao extends Command
|
||||
foreach ($articles as $article) {
|
||||
try {
|
||||
$ind++;
|
||||
echo "\nArticolo " . $ind;
|
||||
echo "\nArticolo " . $ind . " " . $article->Titolo . " qta = " . $article->stock;
|
||||
|
||||
$mostra = false;
|
||||
if ($mostra_solo_qta_negative) {
|
||||
|
||||
Reference in New Issue
Block a user