diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-12 13:26:42 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-12 13:27:09 +0100 |
commit | 470d978db885e3ff95e7a8632a94a60b09cef127 (patch) | |
tree | 22530a978f5d30807c05828354e37b66d4bd8d4a /perllib | |
parent | c778cff750282e814820b2f8ffee5e5c909e269a (diff) |
Include extra fields in submit emails.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bexley.pm | 3 |
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); } |