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 1a21c77 commit 4f05f37
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 @@ -279,7 +279,7 @@ do put_macro("opacLink")
elsif exists("$i.@opacLinkHbzId.1")
paste("hasItem[].$last.opacLink","$i.@opacLinkHbzId.1","hbzId","$i.@opacLinkHbzId.2",join_char:"")
elsif exists("$i.@opacLinkIsbn.1")
paste("hasItem[].$last.opacLink","$i.@opacLinkIsbn.1","isbn[].1","$i.@opacLinkisbn.2",join_char:"")
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:"")
end
Expand Down

0 comments on commit 4f05f37

Please sign in to comment.