Update concordance lists for source types and entry types
This commit is contained in:
parent
946f8d8352
commit
76c3ee052e
|
@ -95,6 +95,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface {
|
|||
"Abkauf" => "2",
|
||||
"ANKAUF" => "2",
|
||||
"Anlauf" => "2",
|
||||
"Ankauf," => "2",
|
||||
"Ankaufspreis:" => "2",
|
||||
"Bought" => "2",
|
||||
"Bestellung" => "2",
|
||||
|
|
|
@ -13,11 +13,17 @@ final class MDConcSourceTypes implements MDImporterConcordanceListInterface {
|
|||
|
||||
private const SOURCE_TYPES = [
|
||||
|
||||
// Article
|
||||
"document]article" => "article",
|
||||
|
||||
// Book / default
|
||||
"buch" => "book",
|
||||
"literatur" => "book",
|
||||
"document]book" => "book",
|
||||
|
||||
// Misc
|
||||
"document]avm" => "misc",
|
||||
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user