@@ -42,6 +42,8 | |||
|
42 | 42 | <label><%= l(:field_due_date) %></label> |
|
43 | 43 | <%= text_field_tag 'due_date', '', :size => 10 %><%= calendar_for('due_date') %> |
|
44 | 44 | </p> |
|
45 | ||
|
46 | <%= call_hook(:view_issues_move_bottom, :issue => @issue, :target_project => @target_project, :copy => !!@copy) %> | |
|
45 | 47 | </div> |
|
46 | 48 | |
|
47 | 49 | <% if @copy %> |
General Comments 0
You need to be logged in to leave comments.
Login now