From 1ea7e2f486cdd4596567b861cfe40fa691de8c17 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 24 Apr 2002 22:14:45 +0000 Subject: [PATCH] fix suspending all accounts in signup server --- fs_signup/fs_signup_server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_signup/fs_signup_server b/fs_signup/fs_signup_server index b823d3032..b636b6981 100755 --- a/fs_signup/fs_signup_server +++ b/fs_signup/fs_signup_server @@ -221,7 +221,7 @@ while (1) { 'Agent : '. $cust_main->agent->agent. "\n", "\n", ]; - if ( $cust_main->balance ) { + if ( $cust_main->balance > 0 ) { push @$body, "This customer has an outstanding balance and has been suspended.\n"; } -- 2.11.0