summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/issues/move.rhtml2
1 files changed, 2 insertions, 0 deletions
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 @@
<label><%= l(:field_due_date) %></label>
<%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %>
</p>
+
+<%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %>
</div>
<% if @copy %>