X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cd4a4543cf8dd3d0534cf7e51032aea1605d0304..98f86b438c91861eed8d384a7e9ab27e97d7d8b7:/quotas.php diff --git a/quotas.php b/quotas.php index d846ae25..ac0998c5 100644 --- a/quotas.php +++ b/quotas.php @@ -93,7 +93,7 @@ if ($request->isPost()){ } } -// Returns monthly quotas where January is month 1, not 0. +// Get monthly quotas where for the entire year. $monthsData = $quota->get($selectedYear); $form = new Form('monthlyQuotasForm');