diff options
author | Struan Donald <struan@exo.org.uk> | 2018-03-29 14:47:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-04-25 10:41:07 +0100 |
commit | 6ce3a56583f5057bc40fd48ab0160d2b7e4a6a0a (patch) | |
tree | 7c4b6ed40f74f1c6b469d304aea5a6dfecf9c112 | |
parent | fe8e543d277c5d2b0b3de578f113107f96a055e3 (diff) |
[Rutland] cobrand config changes
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Rutland.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Rutland.pm b/perllib/FixMyStreet/Cobrand/Rutland.pm index c0f9dd197..2e4d434b5 100644 --- a/perllib/FixMyStreet/Cobrand/Rutland.pm +++ b/perllib/FixMyStreet/Cobrand/Rutland.pm @@ -43,4 +43,13 @@ sub pin_colour { return 'green' if $p->is_fixed || $p->is_closed; return 'yellow'; } + +sub send_questionnaires { + return 0; +} + +sub ask_ever_reported { + return 0; +} + 1; |