diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-03-03 09:13:41 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-03-03 09:13:41 +0000 |
commit | f3b1b1cea0cce4794cefc421f2c9b0976423b0b6 (patch) | |
tree | 9b4f6a4c8cff9cc80a21970db7b154fca88bdb48 /ctrack/organisations/management | |
parent | c7f9b3340944f58077747fcbd54ac721fd4cfc58 (diff) |
some tidying
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/management/commands/populate_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/management/commands/populate_db.py b/ctrack/organisations/management/commands/populate_db.py index 31e2447..7f8ec5d 100644 --- a/ctrack/organisations/management/commands/populate_db.py +++ b/ctrack/organisations/management/commands/populate_db.py @@ -139,7 +139,7 @@ class Command(BaseCommand): etf1 = EngagementTypeFactory(descriptor="Information Notice") etf2 = EngagementTypeFactory(descriptor="Designation Letter") - etf3 = EngagementTypeFactory(descriptor="CAF - Initial Submission") + etf3 = EngagementTypeFactory(descriptor="CAF - Initial Submission", enforcement_instrument=False) ee1 = EngagementEventFactory.create(type=etf1, user=user, participants=[p1, p2]) ee2 = EngagementEventFactory.create(type=etf2, user=user, participants=[p3]) |