OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/hooks/_view_issues_move_bottom.rhtml

8 lines
482 B

<% if not project.nil? and project.module_enabled? :costs_module %>
<p>
<label><%= l(:field_cost_object) %></label>
<%= select_tag('cost_object_id', (@target_project == @project ? content_tag('option', l(:label_no_change_option), :value => '') : "") +
content_tag('option', l(:label_none), :value => 'none') +
options_from_collection_for_select(@target_project.cost_objects, :id, :subject)) %>
</p>
<% end %>