summaryrefslogtreecommitdiff
path: root/fs_signup
diff options
context:
space:
mode:
authorivan <ivan>2002-04-24 22:14:45 +0000
committerivan <ivan>2002-04-24 22:14:45 +0000
commit1ea7e2f486cdd4596567b861cfe40fa691de8c17 (patch)
tree0d14c71acc3fc9ab5b820222a386bed5a5cc8025 /fs_signup
parent70e1035b6a95d2bb0b2bacc4316e9d0a973db813 (diff)
fix suspending all accounts in signup server
Diffstat (limited to 'fs_signup')
-rwxr-xr-xfs_signup/fs_signup_server2
1 files changed, 1 insertions, 1 deletions
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";
}