diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/IsleOfWight.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/IsleOfWight.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm index 462449d9b..ff7b23f2d 100644 --- a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm +++ b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm @@ -73,6 +73,8 @@ sub open311_munge_update_params { if ($comment->mark_fixed) { $params->{description} = "[The customer indicated that this issue had been fixed]\n\n" . $params->{description}; } + + $params->{description} = "FMS-Update: " . $params->{description}; } 1; |