diff --git a/app/views/issues/move.rhtml b/app/views/issues/move.rhtml index d63e4e66c..22d199642 100644 --- a/app/views/issues/move.rhtml +++ b/app/views/issues/move.rhtml @@ -42,6 +42,8 @@ <%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>

+ +<%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %> <% if @copy %>