Minor fixes for profit loss logging
This commit is contained in:
parent
8d9683f633
commit
5c588cf54f
1 changed files with 0 additions and 2 deletions
|
|
@ -555,8 +555,6 @@ class ProfitAndLossReportTest extends TestCase
|
|||
$pl = new ProfitLoss($this->company, $this->payload);
|
||||
$pl->build();
|
||||
|
||||
echo($pl->getCsv());
|
||||
|
||||
$this->assertNotNull($pl->getCsv());
|
||||
|
||||
$this->account->delete();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue