From f3b1b1cea0cce4794cefc421f2c9b0976423b0b6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 3 Mar 2020 09:13:41 +0000 Subject: some tidying --- ctrack/organisations/management/commands/populate_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrack/organisations/management') 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]) -- cgit v1.2.3