diff options
author | Dave Arter <davea@mysociety.org> | 2018-09-25 15:46:58 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-09-25 15:46:58 +0100 |
commit | da2026df7210cd772d40a7f619ec6ff8563800d7 (patch) | |
tree | a8cb65419a3681b90f0b3071992f7fe462c663b3 /perllib | |
parent | b37bdd35b6dbaab337091e61404e7b3b918679be (diff) |
[BANES] Include Blackhole send method categories in cobrand
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/BathNES.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm index 82f79b776..c02c9328c 100644 --- a/perllib/FixMyStreet/Cobrand/BathNES.pm +++ b/perllib/FixMyStreet/Cobrand/BathNES.pm @@ -202,6 +202,7 @@ sub categories_restriction { 'me.send_method' => undef, # Open311 categories 'me.send_method' => '', # Open311 categories that have been edited in the admin 'me.send_method' => 'Email::BathNES', # Street Light Fault + 'me.send_method' => 'Blackhole', # Parks categories ] } ); } |