Skip to content

Commit

Permalink
Clean up a small line.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 19, 2013
1 parent 7db339f commit 00200b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine_release_notes/issue_patch.rb
Expand Up @@ -87,7 +87,7 @@ def releses_note_status_done?
cf_id = Setting.plugin_redmine_release_notes[:issue_custom_field_id].to_i
done_value = Setting.plugin_redmine_release_notes[:field_value_done]
cf_value = custom_values.find_by_custom_field_id(cf_id).value
(cf_value == done_value) ? true : false
cf_value == done_value
rescue ActiveRecord::RecordNotFound
false
end
Expand Down

0 comments on commit 00200b0

Please sign in to comment.