aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-03-14 12:34:10 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-03-14 12:34:10 +0000
commit9cc48219d3b55b5f658b17bbd4fd8223c8aa4861 (patch)
tree7cde1ef044cb32101d1c8cc40d529e22ceadce58 /perllib/Open311.pm
parent797546c15d00dee15051495901c1dbbf96b0508f (diff)
parentf56ef364268ce761f697a2b883ea7161fdc946da (diff)
Merge branch 'jonkri-master'
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index 9b7614960..4f9b948ce 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -180,6 +180,10 @@ sub _generate_service_request_description {
if ($self->extended_description ne 'oxfordshire') {
$description = "title: " . $problem->title . "\n\n$description";
}
+ } elsif ($problem->cobrand eq 'fixamingata') {
+ $description .= "Beskrivning: " . $problem->detail . "\n\n";
+ $description .= "Länk till ärendet: " . $extra->{url} . "\n\n";
+ $description .= "Skickad via FixaMinGata\n";
} else {
$description .= $problem->title . "\n\n";
$description .= $problem->detail . "\n\n";