X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=quotas.php;h=ac0998c5ef799805900c04e2fa68c320ae81ca86;hb=de518d7584b24c438ac562b3f1eca4e96568c85a;hp=d846ae25d79196f4c5449bb33941caea26486738;hpb=3ad790a3d4bc23cb23f7ee072171ca6ef987eb56;p=timetracker.git 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');