Correct variable name.
This commit is contained in:
parent
8f5c3b8d1f
commit
6986796a7d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ foreach my $id (@supporterIds) {
|
|||
|
||||
my $amount = $sp->donorTotalGaveInPeriod(donorId => $id);
|
||||
if ($amount < $GIVING_LIMIT) {
|
||||
print "Skipping $id request for $sizeNeeded because donor only gave $amount and giving limit is $GIVING\n" if $VERBOSE;
|
||||
print "Skipping $id request for $sizeNeeded because donor only gave $amount and giving limit is $GIVING_LIMIT\n" if $VERBOSE;
|
||||
next;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue