Skip to content

Commit

Permalink
fixup! [Sutton] Container request changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 19, 2025
1 parent 9971952 commit f1e952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/app/controller/waste_sutton_r.t
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ create_contact({ category => 'Report missed collection', email => 'missed' }, 'W
{ code => 'service_id', required => 1, automated => 'hidden_field' },
{ code => 'fixmystreet_id', required => 1, automated => 'hidden_field' },
);
create_contact({ category => 'Request new container', email => '1635' }, 'Waste',
create_contact({ category => 'Request new container', email => '3129' }, 'Waste',
{ code => 'uprn', required => 1, automated => 'hidden_field' },
{ code => 'service_id', required => 1, automated => 'hidden_field' },
{ code => 'fixmystreet_id', required => 1, automated => 'hidden_field' },
Expand Down

0 comments on commit f1e952c

Please sign in to comment.