diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 5 |
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 { |