Skip to content

Commit

Permalink
[Bromley] Hide frequency line from bin day output.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Mar 7, 2024
1 parent cb21ce8 commit 7e780f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion perllib/FixMyStreet/Cobrand/Bromley.pm
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,8 @@ sub bin_services_for_address {
service_task_id => $servicetask->{Id},
service_task_name => $servicetask->{TaskTypeName},
service_task_type_id => $servicetask->{TaskTypeId},
schedule => $schedules->{description},
# FD-3942 - comment this out so Frequency not shown in front end
# schedule => $schedules->{description},
last => $schedules->{last},
next => $schedules->{next},
end_date => $schedules->{end_date},
Expand Down
2 changes: 1 addition & 1 deletion t/app/controller/waste.t
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ FixMyStreet::override_config {
$mech->submit_form_ok({ with_fields => { address => '12345' } });
$mech->content_contains('2 Example Street');
$mech->content_contains('Food Waste');
$mech->content_contains('every other Monday');
# $mech->content_contains('every other Monday');
};
subtest 'Thing already requested' => sub {
$mech->content_contains('A food waste collection has been reported as missed');
Expand Down

0 comments on commit 7e780f1

Please sign in to comment.