From 1e8dfc39a1d0d3b83f29289c2391a978edcad934 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 20 Feb 2024 22:42:19 +0100 Subject: [PATCH] fix abgb --- data/configs/abgb.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/configs/abgb.toml b/data/configs/abgb.toml index 9cbd4d2..7a64c83 100644 --- a/data/configs/abgb.toml +++ b/data/configs/abgb.toml @@ -3,14 +3,14 @@ id = 10001622 name = "ABGB" [[law.classifiers]] -name = "Theil" +name = " Theil" is_root = true match_function = "contains" -#[[law.classifiers]] -#name = "Abtheilung" -#is_root = false -#match_function = "contains" +[[law.classifiers]] +name = "Abtheilung" +is_root = false +match_function = "contains" [[law.classifiers]] name = "Hauptstück"