X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3ad790a3d4bc23cb23f7ee072171ca6ef987eb56..de518d7584b24c438ac562b3f1eca4e96568c85a:/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');