diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 21:08:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 21:15:17 +0100 |
commit | 1d22165ba38a91daa74e52ac67dd75974abdaecb (patch) | |
tree | a2559af8d39e7d25bd107763b80d9fdcd61850c2 /perllib/FixMyStreet/Cobrand/UK.pm | |
parent | 5612a350ba12f92d9f2d5dcbafc718b6d68f6e20 (diff) |
Add NI sender, for handling cross-council road reports.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/UK.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/UK.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/UK.pm b/perllib/FixMyStreet/Cobrand/UK.pm index c938565d1..763c3b160 100644 --- a/perllib/FixMyStreet/Cobrand/UK.pm +++ b/perllib/FixMyStreet/Cobrand/UK.pm @@ -42,7 +42,7 @@ sub get_council_sender { return $send_method if $send_method; return 'London' if $area_info->{type} eq 'LBO'; - + return 'NI' if $area_info->{type} eq 'LGD'; return 'Email'; } |