aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/utils.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-02 20:19:41 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-02 20:19:41 +0100
commit80a7c8e991c7127bcf5c77b8a47d75d95ea8ce34 (patch)
tree9db9643e73ff01ed5ad28ea6c6b9eb2f42c1be0d /ctrack/core/utils.py
parent6820cee6193b33023cce516af77302446ee42021 (diff)
overly-complex template code for handling CAF events in CAF detail form
Diffstat (limited to '')
-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")