diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-09 17:40:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-09 17:40:00 +0000 |
commit | 3a178a42cfc05933dc876f875ff9aa45ffc794b5 (patch) | |
tree | d8bdd3873ce3542084acb856e9d1c552141db380 /app/helpers/timelog_helper.rb | |
parent | 340b4a30d03e4b079724e02dc33bf1788a24a975 (diff) | |
download | redmine-3a178a42cfc05933dc876f875ff9aa45ffc794b5.tar.gz redmine-3a178a42cfc05933dc876f875ff9aa45ffc794b5.zip |
Add "last 2 weeks" preset to time entries reporting (#11862).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10583 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/timelog_helper.rb')
-rw-r--r-- | app/helpers/timelog_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/timelog_helper.rb b/app/helpers/timelog_helper.rb index 5642266b1..11a447660 100644 --- a/app/helpers/timelog_helper.rb +++ b/app/helpers/timelog_helper.rb @@ -77,6 +77,7 @@ module TimelogHelper [l(:label_yesterday), 'yesterday'], [l(:label_this_week), 'current_week'], [l(:label_last_week), 'last_week'], + [l(:label_last_n_weeks, 2), 'last_2_weeks'], [l(:label_last_n_days, 7), '7_days'], [l(:label_this_month), 'current_month'], [l(:label_last_month), 'last_month'], |