precedence helps alot
authorivan <ivan>
Fri, 21 Nov 2003 15:32:45 +0000 (15:32 +0000)
committerivan <ivan>
Fri, 21 Nov 2003 15:32:45 +0000 (15:32 +0000)
httemplate/search/report_receivables.cgi

index f42269f..66928eb 100755 (executable)
@@ -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';
        }