This commit is contained in:
paoloar77
2024-05-17 12:21:35 +02:00
parent 97edb40bee
commit 30f5312e66

View File

@@ -98,9 +98,13 @@ class TestPao extends Command
foreach ($articles as $article) {
try {
if (is_array($article)) {
$strarticolo = json_encode($article, JSON_PRETTY_PRINT);
if ($strarticolo !== false) {
echo $strarticolo;
$log .= $strarticolo;
}
}
$mostra = false;
if ($mostra_solo_qta_negative) {