Skip to content

Commit

Permalink
Use 035E.a instead of früher to identify deprecated records #461
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Aug 8, 2023
1 parent 4cd2035 commit d30c842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/fix-enriched.fix
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ else
end

if exists("name")
unless any_match("name","früher.*")
unless any_equal("035E.a","I") # Deprecated records, more accurate than name prefix: früher
copy_field("035E.f","@libType")
lookup("@libType","libtype_map", delete:"true")
if exists("@libType")
Expand Down

0 comments on commit d30c842

Please sign in to comment.