forked from CGM_Public/pretix_original
Remove phone numers from invoices (#189)
This commit is contained in:
committed by
Raphael Michel
parent
f2baf79a52
commit
19e45ac294
@@ -541,5 +541,4 @@ class InvoiceAddress(models.Model):
|
||||
zipcode = models.CharField(max_length=30, verbose_name=_('ZIP code'), blank=False)
|
||||
city = models.CharField(max_length=255, verbose_name=_('City'), blank=False)
|
||||
country = models.CharField(max_length=255, verbose_name=_('Country'), blank=False)
|
||||
phone = models.CharField(max_length=255, blank=True, verbose_name=_('Phone number'))
|
||||
vat_id = models.CharField(max_length=255, blank=True, verbose_name=_('VAT ID'))
|
||||
|
||||
Reference in New Issue
Block a user