diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 15:33:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-11 15:33:06 +0000 |
commit | 29d1f70b3a2df58ba6c3212080744fc48dd4cb5f (patch) | |
tree | 785ab00fb227037629d7a14a9dd51afc829480a5 /perllib/FixMyStreet/SendReport | |
parent | 603c118dca77621ce4d45a66ca8ea4bbb3ba7919 (diff) |
Allow email indent to be a cobrand parameter.
Diffstat (limited to 'perllib/FixMyStreet/SendReport')
-rw-r--r-- | perllib/FixMyStreet/SendReport/Email.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/SendReport/Email.pm b/perllib/FixMyStreet/SendReport/Email.pm index 1ff476da3..9006e2f11 100644 --- a/perllib/FixMyStreet/SendReport/Email.pm +++ b/perllib/FixMyStreet/SendReport/Email.pm @@ -87,6 +87,7 @@ sub send { { _template_ => $self->get_template( $row ), _parameters_ => $h, + _line_indent => $row->cobrand eq 'zurich' ? '' : undef, # XXX Access to Cobrand module here? To => $self->to, From => $self->send_from( $row ), }, |