Skip to content

Commit

Permalink
Merge 9eb5eae into a877f7f
Browse files Browse the repository at this point in the history
  • Loading branch information
petrakohorst committed Aug 21, 2018
2 parents a877f7f + 9eb5eae commit 6cdbff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fixes/wos_mapping.fix
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ if exists(FU)
move_field(FU, _r.message.$append)
prepend(_r.message.$last, 'Funder: ')
end
if exists(OA)
move_field(OA, _r.message.$append)
prepend(_r.message.$last, 'OA: ')
end
join_field(_r.message, ' / ')

retain_field(_r)
Expand Down

0 comments on commit 6cdbff2

Please sign in to comment.