diff --git a/app/views/timelog/edit.rhtml b/app/views/timelog/edit.rhtml index 0dd3503ec..c403d8f25 100644 --- a/app/views/timelog/edit.rhtml +++ b/app/views/timelog/edit.rhtml @@ -13,6 +13,7 @@ <% @time_entry.custom_field_values.each do |value| %>
<%= custom_field_tag_with_label :time_entry, value %>
<% end %> +<%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %> <%= submit_tag l(:button_save) %>