aa
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user