Skip to content

Commit

Permalink
Update src/main/resources/alma/fix/macros.fix
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Wille <ww@blackwinter.de>
  • Loading branch information
TobiasNx and blackwinter authored Sep 27, 2023
1 parent 4f05f37 commit ed40503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/alma/fix/macros.fix
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ do put_macro("opacLink")
elsif exists("$i.@opacLinkIsbn.1")
paste("hasItem[].$last.opacLink","$i.@opacLinkIsbn.1","isbn[].1","$i.@opacLinkIsbn.2",join_char:"")
elsif exists("$i.@opacLinkIssn.1")
paste("hasItem[].$last.opacLink","$i.@opacLinkIssn.1","issn[].1","$i.@opacLinkissn.2",join_char:"")
paste("hasItem[].$last.opacLink","$i.@opacLinkIssn.1","issn[].1","$i.@opacLinkIssn.2",join_char:"")
end
end

Expand Down

0 comments on commit ed40503

Please sign in to comment.