Update concordance lists for source types and entry types

This commit is contained in:
Joshua Ramon Enslin 2024-11-13 16:32:37 +01:00
parent 946f8d8352
commit 76c3ee052e
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 7 additions and 0 deletions

View File

@ -95,6 +95,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface {
"Abkauf" => "2",
"ANKAUF" => "2",
"Anlauf" => "2",
"Ankauf," => "2",
"Ankaufspreis:" => "2",
"Bought" => "2",
"Bestellung" => "2",

View File

@ -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",
];
/**