Correct column name.
This commit is contained in:
parent
16101492c0
commit
1d84056acf
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ while (my $row = $sthOld->fetchrow_hashref) {
|
||||||
if ($row->{join_list}) {
|
if ($row->{join_list}) {
|
||||||
my $requestParamaters = { donorId => $donorId, requestType => "join-announce-email-list" };
|
my $requestParamaters = { donorId => $donorId, requestType => "join-announce-email-list" };
|
||||||
$sp->addRequest($requestParamaters);
|
$sp->addRequest($requestParamaters);
|
||||||
if ($row->{on_announce_mailing_list}) {
|
if ($row->{on_announce_mailman_list}) {
|
||||||
$requestParamaters->{who} = 'bkuhn';
|
$requestParamaters->{who} = 'bkuhn';
|
||||||
$requestParamaters->{how} = 'legacy import of old database; exact details of this fulfillment are unknown';
|
$requestParamaters->{how} = 'legacy import of old database; exact details of this fulfillment are unknown';
|
||||||
$sp->fulfillRequest($requestParamaters);
|
$sp->fulfillRequest($requestParamaters);
|
||||||
|
|
Loading…
Reference in a new issue