update
This commit is contained in:
parent
ea5ea3821e
commit
e1fcf2dff3
@ -2718,8 +2718,6 @@ class Notification(models.Model):
|
||||
class Vendor(models.Model, LocalizedNameMixin):
|
||||
dealer = models.ForeignKey(Dealer, on_delete=models.CASCADE, related_name="vendors")
|
||||
crn = models.CharField(unique=True, verbose_name=_("Commercial Registration Number"))
|
||||
crn = models.CharField(unique=True, verbose_name=_("Commercial Registration Number")
|
||||
)
|
||||
vrn = models.CharField(
|
||||
max_length=15,unique=True, verbose_name=_("VAT Registration Number")
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user