Skip to content

Commit

Permalink
Update drafthorse/models/party.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm authored Mar 10, 2024
1 parent d0143bb commit 3211332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drafthorse/models/party.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class LegalOrganization(Element):
"TradingBusinessName",
required=False,
profile=BASIC,
_d="Firmenname, sofern abweichend vom Name",
_d="Firmenname, sofern abweichend vom Namen",
)
trade_address = Field(PostalTradeAddress, required=False, profile=EXTENDED)

Expand Down

0 comments on commit 3211332

Please sign in to comment.