Skip to content

Commit

Permalink
Handle records with multiple f36_ fields (RPB-61)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Sep 22, 2023
1 parent b76cfaf commit f6635b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/rpb-titel-to-strapi.fix
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ unless exists("f70s")
end

# Menschenlesbare Werte nutzen (für die Erfassung in Strapi)
if is_array("f36_")
# print_record("Mehrere Satztypen gefunden: ")
set_field("f36_", "f36_.$last")
end
lookup("f36_", s: "Monografie", sm: "Mehrt. Mono (ÜO)", sbd: "Band")

call_macro("add_all", to: "81", from: "81?") # Anmerkungen
Expand Down

0 comments on commit f6635b6

Please sign in to comment.