changes
This commit is contained in:
@@ -1326,7 +1326,6 @@ class Organization(models.Model):
|
||||
customer = models.ForeignKey(Customer, null=False, related_name='orgncust', on_delete=models.PROTECT)
|
||||
shortname = models.CharField(max_length=50, null=False)
|
||||
established_date = models.DateField()
|
||||
tax_code = models.CharField(max_length=20, null=True)
|
||||
website = models.CharField(max_length=200, null=True)
|
||||
bank_account = models.CharField(max_length=50, null=True)
|
||||
bank_name = models.CharField(max_length=100, null=True)
|
||||
|
||||
Reference in New Issue
Block a user