removed duplicate publication

This commit is contained in:
Harry Bomrah 2016-04-06 14:16:46 +08:00
parent ee4a42477a
commit b4309349fa
1 changed files with 0 additions and 2 deletions

View File

@ -193,8 +193,6 @@ class JournalPaper
value = self.journal_paper_author_types.collect{|type| type.title}.join(',') rescue ""
when "paper_type"
value = self.journal_paper_type.title rescue ""
when "publication_date"
value = p.send(t).strftime("%Y/%m/%d") rescue ""
when "author_name"
value = []
([I18n.locale]+(Site.first.in_use_locales-[I18n.locale])).each do |locale|