X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Ffind-overapplied;h=7973cef5b7da2d1adf9544bea67dec73120085f8;hp=6bcc31539014f6632ebe15635aa1643d2d0ff869;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hpb=da14440c0ce55a29371064fd1cf34bd6e390865d diff --git a/bin/find-overapplied b/bin/find-overapplied index 6bcc31539..7973cef5b 100644 --- a/bin/find-overapplied +++ b/bin/find-overapplied @@ -18,7 +18,7 @@ if ( @credits ) { } if ( @payments ) { - print scalar(@payments). " overapplied credits:\n". Dumper(@payments). "\n"; + print scalar(@payments). " overapplied payments:\n". Dumper(@payments). "\n"; } sub usage {