aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-10-12 13:26:42 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-10-12 13:27:09 +0100
commit470d978db885e3ff95e7a8632a94a60b09cef127 (patch)
tree22530a978f5d30807c05828354e37b66d4bd8d4a /perllib
parentc778cff750282e814820b2f8ffee5e5c909e269a (diff)
Include extra fields in submit emails.
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);
}