Files
redmine_overhead/lib/overhead_timesheet_hook.rb

7 lines
190 B
Ruby

class OverheadTimesheetHook < Redmine::Hook::ViewListener
def plugin_timesheet_views_timesheet_group_header(context={})
return content_tag(:th, l(:overhead_field_billable))
end
end