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