diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/BathNES.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm index e26e846c3..773edd3c3 100644 --- a/perllib/FixMyStreet/Cobrand/BathNES.pm +++ b/perllib/FixMyStreet/Cobrand/BathNES.pm @@ -22,6 +22,8 @@ sub contact_email { return join( '@', 'councilconnect_rejections', 'bathnes.gov.uk' ); } +sub suggest_duplicates { 1 } + sub admin_user_domain { 'bathnes.gov.uk' } sub base_url { |