Skip to content

Commit

Permalink
Add fallback for type Database mapping #1864
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Aug 20, 2024
1 parent ddbcff4 commit 5e01290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/alma/fix/mediumAndType.fix
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@ elsif any_equal("@PORtype","DATABASE")
add_field("type[].$append","Database")
elsif any_match("090 .g", "a")
add_field("type[].$append","Database")
else
do list(path: "856??", "var": "$i")
if any_equal("$i.x", "DBIS")
add_field("type[].$append","Database")
end
end
end

# type: "EditedVolume"
Expand Down

0 comments on commit 5e01290

Please sign in to comment.