Skip to content
Snippets Groups Projects
Commit b9874356 authored by zrgt's avatar zrgt
Browse files

Fix small bug

parent e355c1b7
Branches
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ def create_example_contact(kontaktrolle: enums.Kontaktrolle):
nachname="Mustermann",
adresse="Turmstr. 15, Aachen 52064",
telefonnummern=["0241-123456"],
emailadressen=["{kontaktrolle.value}@example.com"],
emailadressen=[f"{kontaktrolle.value}@example.com"],
umsatzbesteuerung=enums.Umsatzbesteuerung.regelbesteuert,
iban="DE1234567890",
steuernummer="99999999999"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment