diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 5 | ||||
-rw-r--r-- | t/cobrand/oxfordshire.t | 5 |
2 files changed, 0 insertions, 10 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 { diff --git a/t/cobrand/oxfordshire.t b/t/cobrand/oxfordshire.t index 5207ba916..cfa98254f 100644 --- a/t/cobrand/oxfordshire.t +++ b/t/cobrand/oxfordshire.t @@ -148,11 +148,6 @@ FixMyStreet::override_config { for my $test ( { - field => 'usrn', - value => '12345', - text => 'USRN', - }, - { field => 'feature_id', value => '12345', text => 'Asset Id', |