[freeside-commits] branch FREESIDE_3_BRANCH updated. 1bfdf0c3197b3daa99023be73f8b756debc336b8
Ivan
ivan at 420.am
Tue Jul 21 16:31:57 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 1bfdf0c3197b3daa99023be73f8b756debc336b8 (commit)
via cbd5a370da7cb0e7046fb0de5e3f419c69beda0f (commit)
from 99a2cca111734e80c36977cdd9f4abd5964b26a6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1bfdf0c3197b3daa99023be73f8b756debc336b8
Merge: cbd5a37 99a2cca
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jul 21 16:31:45 2015 -0700
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
commit cbd5a370da7cb0e7046fb0de5e3f419c69beda0f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Dec 10 19:31:45 2014 -0800
quiet push on reference is experimental warning on new perl
diff --git a/FS/FS/Report/FCC_477.pm b/FS/FS/Report/FCC_477.pm
index e8f27f8..75ddee0 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
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Report/FCC_477.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list