diff options
author | Struan Donald <struan@exo.org.uk> | 2020-04-23 09:36:19 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-04-29 10:09:30 +0100 |
commit | 13e9cbb95d6ba619c4046bbbdcd7e7cb7b0f9e67 (patch) | |
tree | 2f6305842f74aff6cf4db982a502aaef5d247f3d /perllib | |
parent | 401f482bc3867500ffbb8f6bee53dd0021aa7044 (diff) |
[EastSussex] display council reference number on report
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Problem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Problem.pm b/perllib/FixMyStreet/DB/Result/Problem.pm index 489c43090..37563d327 100644 --- a/perllib/FixMyStreet/DB/Result/Problem.pm +++ b/perllib/FixMyStreet/DB/Result/Problem.pm @@ -800,7 +800,7 @@ sub defect_types { # Note: this only makes sense when called on a problem that has been sent! sub can_display_external_id { my $self = shift; - if ($self->external_id && $self->to_body_named('Oxfordshire|Lincolnshire|Isle of Wight')) { + if ($self->external_id && $self->to_body_named('Oxfordshire|Lincolnshire|Isle of Wight|East Sussex')) { return 1; } return 0; |