minor bug fixed on reflect recurring transactions to reports

This commit is contained in:
Sevan Nerse
2021-02-15 13:25:16 +03:00
parent 087b41184b
commit 7dd96a308e
3 changed files with 14 additions and 11 deletions

View File

@ -383,7 +383,6 @@ abstract class Report
break;
case 'quarterly':
$start = $end = '';
$quarters = $this->getFinancialQuarters($this->year);
foreach ($quarters as $quarter) {