diff options
author | Chris Mytton <chrismytton@gmail.com> | 2019-10-31 15:29:11 +0000 |
---|---|---|
committer | Chris Mytton <chrismytton@gmail.com> | 2019-11-01 09:29:16 +0000 |
commit | dafb09c5030015207a013a140a9147f09ac2628f (patch) | |
tree | d86ab6f64136d80de03eae6192235841e52084ee | |
parent | 72a21edba8adfe72cff5775a949f24a4d592d043 (diff) |
[Peterborough] Disable questionnaires
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Peterborough.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Peterborough.pm b/perllib/FixMyStreet/Cobrand/Peterborough.pm index dd9bb0670..eb9208645 100644 --- a/perllib/FixMyStreet/Cobrand/Peterborough.pm +++ b/perllib/FixMyStreet/Cobrand/Peterborough.pm @@ -13,6 +13,8 @@ sub council_area { 'Peterborough' } sub council_name { 'Peterborough City Council' } sub council_url { 'peterborough' } +sub send_questionnaires { 0 } + sub disambiguate_location { my $self = shift; my $string = shift; |