aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2020-08-21 10:51:43 +0100
committerDave Arter <davea@mysociety.org>2020-08-21 10:51:43 +0100
commitba318964a69f20e583220bc81c70289d85cc7b6f (patch)
treeeb4de114b521df49b719bf14d37e4532d2dcae97 /perllib/FixMyStreet/Cobrand
parent7c71018d25ce89ffb09410c48b4a4f429600aee1 (diff)
[Oxfordshire] Don’t include USRN in report detail
Diffstat (limited to 'perllib/FixMyStreet/Cobrand')
-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 {