aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 1575d7cc1..91c2efdfe 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -147,11 +147,6 @@ sub open311_pre_send {
my $text = $row->detail . "\n\nAsset Id: $fid\n";
$row->detail($text);
}
-
- if (my $usrn = $row->get_extra_field_value('usrn')) {
- my $text = $row->detail . "\n\nUSRN: $usrn\n";
- $row->detail($text);
- }
}
sub open311_post_send {