From 0559c6412c6f0d4ad3cbd41bee4ef7346695aa88 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 21 Nov 2003 15:32:46 +0000 Subject: [PATCH] precedence helps alot --- httemplate/search/report_receivables.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index f42269f65..66928ebbb 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -123,7 +123,7 @@ END if ( $row->{uncancelled_pkgs} ) { $status = 'Suspended'; $statuscol = 'FF9900'; - if ( $row->{active_pkgs} > $row->{uncancelled_pkgs} ) { + if ( $row->{active_pkgs} ) { $status = 'Active'; $statuscol = '00CC00'; } -- 2.20.1