aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-10-13 12:02:00 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-10-13 12:02:00 +0100
commit0188e23f792446926eda1eaadf0dc5d1ad08594e (patch)
tree721a6c25cd92ec361aced790e146218c7921c7de /perllib
parentea73bc7c2053bf0db3f7ce47bbd1722e79771ba8 (diff)
parent470d978db885e3ff95e7a8632a94a60b09cef127 (diff)
Merge branch 'include-extra-qns-in-submit-email'
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Bexley.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm
index 2c05439be..063a225b7 100644
--- a/perllib/FixMyStreet/Cobrand/Bexley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bexley.pm
@@ -198,9 +198,6 @@ sub open311_post_send {
$self->open311_config($row, $h, {}, $contact); # Populate NSGRef again if needed
- my $extra_data = join "; ", map { "$_->{description}: $_->{value}" } @{$row->get_extra_fields};
- $h->{additional_information} = $extra_data;
-
$sender->send($row, $h);
}