From: ivan Date: Tue, 24 Aug 2010 20:14:26 +0000 (+0000) Subject: insurance against prepaid double-billing, RT#9689 X-Git-Tag: freeside_1_9_5~41 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a0bf80ee346a60038d0bd8ff824f47252399d441 insurance against prepaid double-billing, RT#9689 --- diff --git a/FS/bin/freeside-prepaidd b/FS/bin/freeside-prepaidd index 2d64221de..05b068b02 100644 --- a/FS/bin/freeside-prepaidd +++ b/FS/bin/freeside-prepaidd @@ -50,7 +50,7 @@ while (1) { } if ( $cust_main->total_unapplied_payments > 0 - || $cust_main->total_credited > 0 + || $cust_main->total_unapplied_credits > 0 ) {