mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Minor fixes for profit loss logging
This commit is contained in:
parent
8d9683f633
commit
5c588cf54f
@ -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…
Reference in New Issue
Block a user