This commit is contained in:
paoloar77
2024-05-17 12:27:32 +02:00
parent 53abcd9d34
commit 529128dc1a

View File

@@ -52,7 +52,7 @@ class TestPao extends Command
public function handle()
{
try {
$mostra_solo_qta_negative = true;
$mostra_solo_qta_negative = false;
$log = "";
echo "\n*** INIZIO ***";
@@ -112,7 +112,6 @@ class TestPao extends Command
}
if ($mostra) {
if (is_object($article)) {
$strarticolo = json_encode($article, JSON_PRETTY_PRINT);
if ($strarticolo !== false) {
echo $strarticolo;