File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
perllib/FixMyStreet/Roles/Cobrand Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -300,8 +300,7 @@ sub bin_services_for_address {
300300 request_containers => $containers ,
301301 request_max => $request_max ,
302302 service_task_ids => $servicetask -> {ids },
303- # FD-3942 - comment this out so Frequency not shown in front end
304- $self -> moniker eq ' bromley' ? () : (schedule => $schedules -> {description }),
303+ schedule => $schedules -> {description },
305304 last => $schedules -> {last },
306305 next => $schedules -> {next },
307306 end_date => $schedules -> {end_date },
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ FixMyStreet::override_config {
129129 $mech -> submit_form_ok({ with_fields => { address => ' 12345' } });
130130 $mech -> content_contains(' 2 Example Street' );
131131 $mech -> content_contains(' Food Waste' );
132- # $mech->content_contains('every other Monday');
132+ $mech -> content_contains(' Every other Monday' );
133133 };
134134 subtest ' Thing already requested' => sub {
135135 $mech -> content_contains(' A food waste collection has been reported as missed' );
You can’t perform that action at this time.
0 commit comments