Add missing vat_number while saving billing address
This commit is contained in:
parent
e48ae6a39d
commit
8ebd12c420
2 changed files with 3 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ class MembershipBillingForm(BillingAddressForm):
|
|||
'city': _('City'),
|
||||
'postal_code': _('Postal Code'),
|
||||
'country': _('Country'),
|
||||
'vat_number': _('VAT Number'),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue