diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-02 12:30:59 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-02 12:30:59 +0100 |
commit | f7bba1ad79d2087a834c6fcfcee9159c19e1b51a (patch) | |
tree | 31612eb1071fbb55b98813a9d0677c0701ef85fa /perllib/FixMyStreet/Cobrand/Barnet.pm | |
parent | 6de4b1ca41697063b525ec854db98e6991a5fd70 (diff) |
configure all reports problem style in the cobrand
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Barnet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Barnet.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Barnet.pm b/perllib/FixMyStreet/Cobrand/Barnet.pm index eceb656b3..31b61aa62 100644 --- a/perllib/FixMyStreet/Cobrand/Barnet.pm +++ b/perllib/FixMyStreet/Cobrand/Barnet.pm @@ -8,6 +8,7 @@ sub council_id { return 2489; } sub council_area { return 'Barnet'; } sub council_name { return 'Barnet Council'; } sub council_url { return 'barnet'; } +sub all_reports_style { return 'detailed'; } sub path_to_web_templates { my $self = shift; |