diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-10-31 15:35:04 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-10-31 15:35:04 +0000 |
commit | a191a61d694544f07f39d048fe14fa586176f01d (patch) | |
tree | 440c9cbc736e5b402a7ae97b13a5de75add7105a /perllib/Utils.pm | |
parent | 7f6508b11b6168e07667ba705bdbf13e10b87d41 (diff) |
change Barnet testing KBID
Diffstat (limited to 'perllib/Utils.pm')
-rw-r--r-- | perllib/Utils.pm | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/perllib/Utils.pm b/perllib/Utils.pm index 0d088c87f..09c7386b4 100644 --- a/perllib/Utils.pm +++ b/perllib/Utils.pm @@ -144,18 +144,7 @@ sub barnet_categories { # The values here are KBIDs from Barnet's system: see bin/send-reports for formatting if (mySociety::Config::get('STAGING_SITE')) { # note staging site must use different KBIDs return { - 'Blocked drain' => 255, # Gullies-Blocked - 'Dead animal' => 286, # Animals-Dead-Removal - 'Dog fouling' => 288, # Dog Fouling-Clear - 'Fly tipping' => 347, # Fly tipping-Clear - 'Graffiti' => 292, # Graffiti-Removal - 'Litter, accumulated' => 349, # Accumulated Litter - 'Litter, overflowing bins' => 205, # Litter Bins-Overflowing - 'Pavements' => 195, # Pavements-Damaged/Cracked - 'Pothole' => 204, # Pothole - 'Roads Signs' => 432, # Roads Signs - Maintenance - 'Street Lighting' => 251, # Street Lighting - 'Traffic Lights' => 103, # Traffic Lights + 'Street scene misc' => 14 # for test } } else { return { |