diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-21 16:01:37 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-21 16:01:37 +0000 |
commit | 22e46ae5bd22b68817f74990c9a87408c7842c55 (patch) | |
tree | 103f518af5a1275ab9bc66715341a5daacb8cc2d /perllib/FixMyStreet/Cobrand/SeeSomething.pm | |
parent | 58367bc7d95c365401a9f1fb94bf7461c64771bc (diff) |
remove id and details from reporting
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/SeeSomething.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/SeeSomething.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm index 2b32d262e..e445ff435 100644 --- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm +++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm @@ -131,7 +131,7 @@ sub admin_stats { }, { columns => [ qw( - id detail service category subcategory council confirmed + service category subcategory council confirmed ) ], order_by => { -desc=> [ 'confirmed' ] }, rows => 20, |