aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script/Alerts.pm
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2020-08-11 09:18:12 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-09-30 16:20:28 +0100
commit245f12237ad2c796667d5d4736483474c1b481ce (patch)
tree67f367da9841204ba753a662a2a4a156e96eebc7 /perllib/FixMyStreet/Script/Alerts.pm
parentab983c0445fde36a5338b199c7d3996580872e7c (diff)
Enable HTML in update alert emails.
Diffstat (limited to 'perllib/FixMyStreet/Script/Alerts.pm')
-rw-r--r--perllib/FixMyStreet/Script/Alerts.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Script/Alerts.pm b/perllib/FixMyStreet/Script/Alerts.pm
index 03373a8cc..fa90ede48 100644
--- a/perllib/FixMyStreet/Script/Alerts.pm
+++ b/perllib/FixMyStreet/Script/Alerts.pm
@@ -41,6 +41,7 @@ sub send() {
$item_table.photo as item_photo,
$item_table.problem_state as item_problem_state,
$item_table.cobrand as item_cobrand,
+ $item_table.extra as item_extra,
$head_table.*
from alert, $item_table, $head_table
where alert.parameter::integer = $head_table.id