diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index dc93467a6..f49d8517e 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -955,4 +955,6 @@ sub contact_details_data_body_default { return $self->{c}->model('DB::Body')->find({ name => 'Stadt Zurich' }); } +sub reports_per_page { return 20; } + 1; |