diff --git a/app/services/exporters/antweb/taxon_attributes.rb b/app/services/exporters/antweb/taxon_attributes.rb index d1eefb2f3..cd6102dd3 100644 --- a/app/services/exporters/antweb/taxon_attributes.rb +++ b/app/services/exporters/antweb/taxon_attributes.rb @@ -56,7 +56,7 @@ def authorship_html_string end def current_valid_name - return unless (current_valid_name_name = taxon.current_taxon&.name&.name) + return unless (current_valid_name_name = taxon.now_taxon&.name&.name) "#{taxonomic_attributes[:subfamily]} #{current_valid_name_name}" end