From 9f6277e07c94e17f797a257079517af7220f97f1 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 11 Dec 2018 03:55:58 +0000 Subject: Setting to restrict spent times on future dates (#3322). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17719 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/_timelog.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/settings') diff --git a/app/views/settings/_timelog.html.erb b/app/views/settings/_timelog.html.erb index bc5f054c2..01d42384b 100644 --- a/app/views/settings/_timelog.html.erb +++ b/app/views/settings/_timelog.html.erb @@ -7,6 +7,8 @@

<%= setting_text_field :timelog_max_hours_per_day, :size => 6 %>

<%= setting_check_box :timelog_accept_0_hours %>

+ +

<%= setting_check_box :timelog_accept_future_dates %>

-- cgit v1.2.3