aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311/Endpoint/Integration/Warwick.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Open311/Endpoint/Integration/Warwick.pm')
-rw-r--r--perllib/Open311/Endpoint/Integration/Warwick.pm38
1 files changed, 19 insertions, 19 deletions
diff --git a/perllib/Open311/Endpoint/Integration/Warwick.pm b/perllib/Open311/Endpoint/Integration/Warwick.pm
index 0680f7ba1..bc57a8e8c 100644
--- a/perllib/Open311/Endpoint/Integration/Warwick.pm
+++ b/perllib/Open311/Endpoint/Integration/Warwick.pm
@@ -10,26 +10,26 @@ has '+default_service_notice' => (
sub services {
# TODO, get this from ::Exor
my @services = (
- [ BR => 'Bridges' ],
- [ CD => 'Carriageway Defect' ],
- [ CD => 'Roads/Highways' ],
- [ DR => 'Drainage' ],
- [ DS => 'Debris/Spillage' ],
- [ FE => 'Fences' ],
- [ 'F D' => 'Pavements' ],
- [ GC => 'Gully & Catchpits' ],
- [ IS => 'Ice/Snow' ],
- [ MD => 'Mud & Debris' ],
- [ MH => 'Manhole' ],
- [ OS => 'Oil Spillage' ],
- [ OT => 'Other' ],
+ # [ BR => 'Bridges' ],
+ # [ CD => 'Carriageway Defect' ],
+ # [ CD => 'Roads/Highways' ],
+ # [ DR => 'Drainage' ],
+ # [ DS => 'Debris/Spillage' ],
+ # [ FE => 'Fences' ],
+ # [ 'F D' => 'Pavements' ],
+ # [ GC => 'Gully & Catchpits' ],
+ # [ IS => 'Ice/Snow' ],
+ # [ MD => 'Mud & Debris' ],
+ # [ MH => 'Manhole' ],
+ # [ OS => 'Oil Spillage' ],
+ # [ OT => 'Other' ],
[ PO => 'Pothole' ],
- [ PD => 'Property Damage' ],
- [ RM => 'Road Marking' ],
- [ SN => 'Road traffic signs' ],
- [ SP => 'Traffic' ],
- [ UT => 'Utilities' ],
- [ VG => 'Vegetation' ],
+ # [ PD => 'Property Damage' ],
+ # [ RM => 'Road Marking' ],
+ # [ SN => 'Road traffic signs' ],
+ # [ SP => 'Traffic' ],
+ # [ UT => 'Utilities' ],
+ # [ VG => 'Vegetation' ],
);
return map {
my ($code, $name) = @$_;