Skip to content

Commit

Permalink
Merge pull request #150 from portabilis/bind-contract
Browse files Browse the repository at this point in the history
Adiciona nova função para retornar as opções de boletim
  • Loading branch information
edersoares authored Feb 20, 2024
2 parents d4710f8 + 6999531 commit 1b7a969
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ieducar/Reports/TeacherReportCardReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,11 @@ public function getSqlsForDatasets()
];
}

public function getOptions(): array
{
return [
1 => _cl(key: 'report.boletim_professor.modelo_padrao')
];
}

}

0 comments on commit 1b7a969

Please sign in to comment.