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