Extend lists for currencies and entry types

This commit is contained in:
Joshua Ramon Enslin 2023-02-23 12:12:43 +01:00
parent c99ca8e001
commit 42a70ca516
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,8 @@ final class MDConcCurrencies {
"Mark" => "de-DM",
"de-DM" => "de-DM",
"Deutsche Mark" => "de-DM",
"RM" => "de-RM",
"Reichsmark" => "de-RM",
"EUR" => "eu-EUR",
"Euro" => "eu-EUR",
"EURO" => "eu-EUR",

View File

@ -43,6 +43,7 @@ final class MDConcEntryTypes {
"Schenkung 03/06 v.Ostereiermarkt" => "1",
"Spende" => "1",
"Überlassung" => "1",
"Übertragung" => "1",
"Spendenquittung" => "1",
"Spendenbescheinigung" => "1",