vendor info update #286

Merged
ismail merged 4 commits from frontend into main 2025-09-25 14:57:37 +03:00
Showing only changes of commit e1fcf2dff3 - Show all commits

View File

@ -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")
)