Invoices: Label tax ID as ABN in Australia

This commit is contained in:
Raphael Michel
2020-02-18 08:52:37 +01:00
parent 69a1fccd20
commit 1c03d5d305
2 changed files with 8 additions and 1 deletions

View File

@@ -527,6 +527,7 @@ DEFAULTS = {
'serializer_class': serializers.CharField,
'form_kwargs': dict(
label=_("Domestic tax ID"),
help_text=_("e.g. tax number in Germany, ABN in Australia, …")
)
},
'invoice_address_from_vat_id': {