Skip to content

Commit

Permalink
Fixed cardinality for electronic address
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuto committed Nov 19, 2024
1 parent 5c45ef0 commit d47759b
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 @@ -129,7 +129,7 @@ class TradeParty(Element):
profile=BASIC,
_d="Anschrift des Handelspartners",
)
electronic_address: Container = MultiField(
electronic_address: Container = Field(
URIUniversalCommunication, required=False, profile=BASIC
)
tax_registrations: Container = MultiField(
Expand Down

0 comments on commit d47759b

Please sign in to comment.