aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script/Alerts.pm
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-09-30 20:04:10 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-09-30 20:04:10 +0100
commit57f4048942a8caaf702f47373fabdfa31932659e (patch)
treef9b2272947b0c59c7c1e843186d850d52f21bee4 /perllib/FixMyStreet/Script/Alerts.pm
parent3a511f5facc4bd066f0e7e4d00060979686bb766 (diff)
parentdffc4acfe67fb05f928806601bab8ce1057e7b67 (diff)
Merge branch 'issues/commercial/1928-html-in-response-templates'
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