From 7d1b8dab48a9396cf0a066545750f69598f66bc8 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 24 Aug 2010 20:14:25 +0000 Subject: [PATCH] insurance against prepaid double-billing, RT#9689 --- FS/bin/freeside-prepaidd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.11.0