aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/core')
-rw-r--r--ctrack/core/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/core/utils.py b/ctrack/core/utils.py
index eed8e0b..baec100 100644
--- a/ctrack/core/utils.py
+++ b/ctrack/core/utils.py
@@ -213,7 +213,7 @@ def populate_db(**kwargs):
EngagementTypeFactory.create(descriptor="Email", enforcement_instrument=False)
EngagementTypeFactory.create(descriptor="CAF - Initial Review", enforcement_instrument=False)
EngagementTypeFactory.create(descriptor="CAF - Peer Review")
- EngagementTypeFactory.create(descriptor="CAF - Validation")
+ EngagementTypeFactory.create(descriptor="CAF - Validation", single_date_type=False)
EngagementTypeFactory.create(descriptor="CAF - Sent to Rosa")
EngagementTypeFactory.create(descriptor="CAF - Received from OES (USB)")
EngagementTypeFactory.create(descriptor="Audit - Onsite")