From: ivan Date: Sun, 23 Jul 2006 14:17:56 +0000 (+0000) Subject: i should REALLY go to sleep X-Git-Tag: BEFORE_FINAL_MASONIZE~73 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c1a7b9da2c7817a09e683b79b3cd49787f5e38db i should REALLY go to sleep --- 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';