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