Skip to content

Commit

Permalink
fixup! [Merton][WW] Allow transfer of ggw subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
MorayMySoc committed Oct 31, 2024
1 parent a0ab614 commit ea27997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/App/Form/Waste/Garden/Transfer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ has original_subscriber => (
category => 'Garden Subscription',
title => ['Garden Subscription - New', 'Garden Subscription - Renew'],
extra => { '@>' => encode_json({ "_fields" => [ { name => "property_id", value => ($self->saved_data->{previous_ggw_address}->{value}) } ] }) },
state => { '!=' => 'hidden' }
state => [ FixMyStreet::DB::Result::Problem->open_states ]
})->order_by('-id')->to_body($c->cobrand->body)->first;

my $user;
Expand Down

0 comments on commit ea27997

Please sign in to comment.