add omit_cust_main_county flag to payment_info API call, RT#75124
[freeside.git] / bin / find-overapplied
index 6bcc315..7973cef 100644 (file)
@@ -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 {