diff options
author | ivan <ivan> | 2003-11-21 15:32:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-21 15:32:45 +0000 |
commit | 554cacf4a21ac293280424bf6b09669642426277 (patch) | |
tree | 4a351a166a34d2cb4da87d305a6145c49847f612 /httemplate/search | |
parent | 8fd8fc66ed88d20b34bcbd267a77f70eaa354f48 (diff) |
precedence helps alot
Diffstat (limited to 'httemplate/search')
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 2 |
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'; } |