Commit 4d23b456 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : php bin/oscar.php spent:accounts

parent 7aa20f63
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,9 +69,11 @@ class OscarSpentAccountListCommand extends OscarCommandAbstract
                }
            }
            $io->table(['Masse(cd)','Masse', 'Masse Héritée', 'Compte', 'Intitulé'], $table);
            return self::SUCCESS;

        } catch (\Exception $e) {
            $io->error($e->getMessage());
            return self::FAILURE;
        }
    }
}
 No newline at end of file