Skip to content

Commit

Permalink
Restore protest emails to updated recipients
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Closs committed Aug 19, 2013
1 parent 7eeeb27 commit f8effec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions bin/job-runner
Expand Up @@ -49,9 +49,7 @@ my $daemon = Biopay::Daemon->new(
print " (Protest for @{[$member->id]}) ";
# Shell out so we can avoid AE-style programming of the
# receipt code
# DISABLED protest emails because government has changed. We may
# re-enable this later.
# run('send-protest', $member->id, ($cc_member ? '--cc' : ()));
run('send-protest', $member->id, ($cc_member ? '--cc' : ()));
},
},
CVs => [
Expand Down
3 changes: 1 addition & 2 deletions bin/send-protest
Expand Up @@ -23,8 +23,7 @@ GetOptions( \%opts,
my $member_id = shift || die "USAGE: $0 <member_id>";;
my $member = Biopay::Member->By_id($member_id);

# These emails likely need to be updated.
my @to = qw/Kevin.Falcon.MLA@leg.bc.ca premier@gov.bc.ca/;
my @to = qw/FIN.Minister@gov.bc.ca premier@gov.bc.ca/;
my @member_emails = parse_email($member->email);
if ($opts{cc}) {
push @to, @member_emails;
Expand Down

0 comments on commit f8effec

Please sign in to comment.