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