FIX: Alter Ort -> Ortsangabe

This commit is contained in:
Simon Martens
2026-01-08 12:39:14 +01:00
parent 59f35263d5
commit 53eab6a779

View File

@@ -52,7 +52,7 @@ func RecordsFromBände(
record.SetReferences(NormalizeString(band.Nachweis)) record.SetReferences(NormalizeString(band.Nachweis))
record.SetAnnotation(NormalizeString(band.Anmerkungen)) record.SetAnnotation(NormalizeString(band.Anmerkungen))
record.SetResponsibilityStmt(NormalizeString(band.Verantwortlichkeitsangabe)) record.SetResponsibilityStmt(NormalizeString(band.Verantwortlichkeitsangabe))
record.SetPublicationStmt(NormalizeString(band.Ortsangabe)) record.SetPlaceStmt(NormalizeString(band.Ortsangabe))
record.SetExtent(NormalizeString(band.Struktur)) record.SetExtent(NormalizeString(band.Struktur))
record.SetCarrierType([]string{"Band"}) record.SetCarrierType([]string{"Band"})
record.SetContentType([]string{"unbewegtes Bild", "Text"}) record.SetContentType([]string{"unbewegtes Bild", "Text"})