From: ivan Date: Sat, 14 Jul 2007 00:44:02 +0000 (+0000) Subject: a payment, by any other name X-Git-Tag: freeside_1_7_3rc1~372 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2b0895bc09b6ef53954371b815641331cdfcc92b;p=freeside.git a payment, by any other name --- 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 {