Skip to content

Commit 27105e8

Browse files
committed
Changed MOTHS and TERMITES with INSECTS in vocabulary_types.py
1 parent 79f8723 commit 27105e8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

bam_masterdata/datamodel/vocabulary_types.py

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78455,10 +78455,10 @@ class OrganismGroup(VocabularyType):
7845578455
description="""Fungi//Pilze""",
7845678456
)
7845778457

78458-
moths = VocabularyTerm(
78459-
code="MOTHS",
78460-
label="MOTHS",
78461-
description="""Moths//Motten""",
78458+
insects = VocabularyTerm(
78459+
code="INSECTS",
78460+
label="INSECTS",
78461+
description="""Insects//Insekten""",
7846278462
)
7846378463

7846478464
other = VocabularyTerm(
@@ -78467,12 +78467,6 @@ class OrganismGroup(VocabularyType):
7846778467
description="""other Organisms//andere Organismen""",
7846878468
)
7846978469

78470-
termites = VocabularyTerm(
78471-
code="TERMITES",
78472-
label="TERMITES",
78473-
description="""Termites//Termiten""",
78474-
)
78475-
7847678470
tse_agents = VocabularyTerm(
7847778471
code="TSE-AGENTS",
7847878472
label="TSE-AGENTS",

0 commit comments

Comments
 (0)