aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/models.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-03-11 17:01:22 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-03-11 17:01:22 +0000
commitf684f8e8b70dc26a359939dff99dce7661e496fb (patch)
tree16105b16df5d5f1e43ec84230b18a883ac1a810b /ctrack/organisations/models.py
parent0542bef93182976faa63815c299254a16fab76c2 (diff)
added oes designator to org
Diffstat (limited to 'ctrack/organisations/models.py')
-rw-r--r--ctrack/organisations/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/organisations/models.py b/ctrack/organisations/models.py
index 4de9888..7829b95 100644
--- a/ctrack/organisations/models.py
+++ b/ctrack/organisations/models.py
@@ -123,6 +123,7 @@ class Organisation(models.Model):
submode = models.ForeignKey(
Submode, on_delete=models.CASCADE, blank=True, null=True
)
+ oes = models.BooleanField()
designation_type = models.IntegerField(choices=DESIGNATION_TYPE, default=1)
registered_company_name = models.CharField(max_length=255, blank=True)
registered_company_number = models.CharField(max_length=100, blank=True)