diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyBarangay.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm index 53bf9f3b4..f785f12a9 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm @@ -55,5 +55,8 @@ sub send_questionnaires { return 0; } +# let staff hide reports in their own barangay +sub users_can_hide { 1 } + 1; |