Skip to content

Commit 270b1b1

Browse files
authored
Merge pull request #3246 from DMPRoadmap/remove_extra_affiliation
remove the extra Affiliation row in csv download
2 parents 4f89e7c + 1182f63 commit 270b1b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/concerns/exportable_plan.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def prepare_coversheet_for_csv(csv, _headings, hash)
161161
csv << [_('Contributor: '), format(_('%{other}'), other: hash[:other].map(&:name).join(', '))]
162162
end
163163
csv << [_('Affiliation: '), format(_('%{affiliation}'), affiliation: hash[:affiliation])]
164-
csv << ['Affiliation: ', format(_('%{affiliation}'), affiliation: hash[:affiliation])]
165164
csv << if hash[:funder].present?
166165
[_('Template: '), format(_('%{funder}'), funder: hash[:funder])]
167166
else

0 commit comments

Comments
 (0)