Highlight project/task rows in the invoice select form view

This commit is contained in:
Paul van Tilburg 2015-06-20 18:29:07 +02:00
parent d4b75e1e04
commit da7d49eaf1
1 changed files with 1 additions and 1 deletions

View File

@ -2586,7 +2586,7 @@ module StopTime::Views
end
tbody do
@hourly_rate_tasks.keys.each do |task|
tr.task do
tr.info do
td.col_md_1 do
label.checkbox do
_form_input_checkbox("tasks[]", task.id, true)