diff options
author | Dave Arter <davea@mysociety.org> | 2017-09-21 15:38:20 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-09-26 13:58:34 +0100 |
commit | ea8fe02d6672d292bc15aa422e3eeb721b02e977 (patch) | |
tree | 858df29061c6e821b402cc85b698a651dc7cb790 | |
parent | b9661abd51558983353a7f4ce2b43fb9f445125e (diff) |
[Warwickshire] Don’t send questionnaires
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Warwickshire.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Warwickshire.pm b/perllib/FixMyStreet/Cobrand/Warwickshire.pm index 5fa967c62..73f66f3da 100644 --- a/perllib/FixMyStreet/Cobrand/Warwickshire.pm +++ b/perllib/FixMyStreet/Cobrand/Warwickshire.pm @@ -32,4 +32,6 @@ sub contact_email { } sub contact_name { 'Warwickshire County Council (do not reply)'; } +sub send_questionnaires { 0 } + 1; |