Fix validation crash of InvoiceNameForm

This commit is contained in:
Raphael Michel
2024-11-29 20:08:36 +01:00
parent f2ee1d00b3
commit 61cb2e15cf
2 changed files with 3 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ class InvoiceAddressForm(BaseInvoiceAddressForm):
class InvoiceNameForm(InvoiceAddressForm):
address_validation = False
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)