From c1a7b9da2c7817a09e683b79b3cd49787f5e38db Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Jul 2006 14:17:56 +0000 Subject: [PATCH] i should REALLY go to sleep --- 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 c3dc9902c..061febc10 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -117,7 +117,7 @@ END my $row = shift; my $status = 'unknown'; - if ( $self->num_pkgs == 0 ) { + if ( $row->num_pkgs == 0 ) { $status = 'prospect'; } elsif ( $row->active_pkgs > 0 ) { $status = 'active'; -- 2.11.0