aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/zurich/js.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-14 10:26:25 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-14 10:26:25 +0000
commita3cbfda1d64e416a21f7aaa9f32705b050bf5911 (patch)
tree455d5ee5e595414145d9f27a8931eabca1d09c1a /web/cobrands/zurich/js.js
parent2361c341a2d946470ce445c4ffd2efc57c348c4f (diff)
parent1511fd51adef54ec93759ef256ca9f3ce3646adb (diff)
Merge branch 'issues/commercial/987-zurich-csv-updates'
Diffstat (limited to 'web/cobrands/zurich/js.js')
-rw-r--r--web/cobrands/zurich/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/zurich/js.js b/web/cobrands/zurich/js.js
index d2909bb6d..8b30436d5 100644
--- a/web/cobrands/zurich/js.js
+++ b/web/cobrands/zurich/js.js
@@ -77,7 +77,7 @@ $(function() {
$('#assignation__category').show();
$('#assignation__subdivision').show();
}
- if ((state === 'closed') || (state === 'investigating')) {
+ if ((state === 'external') || (state === 'wish')) {
$('#assignation__external').show();
} else {
$('#assignation__external').hide();