Add missing vat_number while saving billing address

This commit is contained in:
PCoder 2019-12-25 10:32:37 +05:30
commit 8ebd12c420
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,7 @@ class MembershipBillingForm(BillingAddressForm):
'city': _('City'),
'postal_code': _('Postal Code'),
'country': _('Country'),
'vat_number': _('VAT Number'),
}