summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-11-21 15:32:46 +0000
committerivan <ivan>2003-11-21 15:32:46 +0000
commit0559c6412c6f0d4ad3cbd41bee4ef7346695aa88 (patch)
treeec4b588ac3078ab9a6c96a70d1beb650b294bb49
parent13723f9307d684b419bca86121a848840f582ad2 (diff)
precedence helps alot
-rwxr-xr-xhttemplate/search/report_receivables.cgi2
1 files changed, 1 insertions, 1 deletions
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';
}