Skip to content

Commit

Permalink
Revert "Only say that we have text if we have an identifier that isn't
Browse files Browse the repository at this point in the history
reprinted (fixes #160)" (see #172)

This reverts commit d46d9e9.
  • Loading branch information
ryanfb committed Jun 27, 2016
1 parent a93bb92 commit 4ddf501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/publication.rb
Expand Up @@ -1444,7 +1444,7 @@ def creatable_identifiers
if i.class.to_s == "HGVMetaIdentifier"
has_meta = true
end
if i.class.to_s == "DDBIdentifier" && !i.is_reprinted?
if i.class.to_s == "DDBIdentifier"
has_text = true
end
if i.class.to_s =~ /CTSIdentifier/
Expand Down

0 comments on commit 4ddf501

Please sign in to comment.