diff --git a/t/app/controller/waste_bexley.t b/t/app/controller/waste_bexley.t index f236acd30d..3f6f220356 100644 --- a/t/app/controller/waste_bexley.t +++ b/t/app/controller/waste_bexley.t @@ -1224,8 +1224,8 @@ FixMyStreet::override_config { $email_submit = $mech->get_html_body_from_email($email_submit); $email_logged = $mech->get_text_body_from_email($email_logged); like $email_logged, qr{Bins requested: $joined}; - like $email_submit, qr{New/replacement container $joined}; - like $email_submit, qr{UPRN $_->{id}} + like $email_submit, qr{

New/replacement container

$joined}; + like $email_submit, qr{

UPRN

$_->{id}

} }; } }; diff --git a/templates/email/bexley/waste/_submit_request_enquiry.html b/templates/email/bexley/waste/_submit_request_enquiry.html index db1d1981f5..c3e0750678 100644 --- a/templates/email/bexley/waste/_submit_request_enquiry.html +++ b/templates/email/bexley/waste/_submit_request_enquiry.html @@ -12,25 +12,25 @@

(for back office only)

The below details have been submitted via WasteWorks because it is a communal property or no service was found at the property.

- - - - - - - - - - - - + + + + + + + + + + + + - - - - - - + + + + + +
Details Data
Enquiry reference number [% report.id %]
Address [% report.get_extra_metadata.property_address %]
UPRN [% report.get_extra_field_value('uprn') %]
Time Received [% USE date; date.format(report.confirmed.epoch, '%Y-%m-%dT%H:%M:%SZ', gmt=1) %]
New/replacement container [% report.get_extra_field_value('Container').join('; ') %]
Full name [% report.name %]
Telephone [% report.user.phone %]
Email address [% report.user.email %]
Complaint Type [% report.get_extra_field_value('complaint_type') %]
In what way are you related to the property? [% report.get_extra_field_value('Relation').join('; ') %]
Who is the managing agent, housing association or landlord for your block? [% report.get_extra_field_value('Responsible').join('; ') %]

Details

Data

Enquiry reference number

[% report.id %]

Address

[% report.get_extra_metadata.property_address %]

UPRN

[% report.get_extra_field_value('uprn') %]

Time Received

[% USE date; date.format(report.confirmed.epoch, '%Y-%m-%dT%H:%M:%SZ', gmt=1) %]

New/replacement container

[% report.get_extra_field_value('Container').join('; ') %]

Full name

[% report.name %]

Telephone

[% report.user.phone OR "Not applicable" %]

Email address

[% report.user.email OR "Not applicable" %]

Complaint Type

[% report.get_extra_field_value('complaint_type') %]

In what way are you related to the property?

[% report.get_extra_field_value('Relation').join('; ') OR "Not applicable" %]

Who is the managing agent, housing association or landlord for your block?

[% report.get_extra_field_value('Responsible').join('; ') OR "Not applicable" %]

How Complaint Received ONLINE
Reference Type FIRM
Customer Type Code PUBLIC
Allocated To WTCALL
Received By WTCALL
Area Team WRTEAM

How Complaint Received

ONLINE

Reference Type

FIRM

Customer Type Code

PUBLIC

Allocated To

WTCALL

Received By

WTCALL

Area Team

WRTEAM