X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FReport%2FFCC_477.pm;h=93c8dd38ebe19fe859041c35f132ca03d1c31046;hb=a1c46091ebd0cc17bcbe19be266dc2efa9f2d92b;hp=af45b2daca966f8a32f6ec6ab309649f2d20c583;hpb=0eedfd553057f9fd8d69197675f33dbc893e6c51;p=freeside.git diff --git a/FS/FS/Report/FCC_477.pm b/FS/FS/Report/FCC_477.pm index af45b2dac..93c8dd38e 100644 --- a/FS/FS/Report/FCC_477.pm +++ b/FS/FS/Report/FCC_477.pm @@ -322,7 +322,7 @@ sub report { if ( $class->can($check_method) ) { # they don't all have these my $eh = $class->$check_method( $row ); $num_errors++ if keys(%$eh); - push $error, $eh + push @$error, $eh } push @$detail, pop @$row; # this comes from the query }