summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-07-23 14:17:56 +0000
committerivan <ivan>2006-07-23 14:17:56 +0000
commitc1a7b9da2c7817a09e683b79b3cd49787f5e38db (patch)
tree9b5dc700607f01cb2c8217d0313acb1c2f773cb4
parent8e498d1159f4e6756239839def94200c3154a494 (diff)
i should REALLY go to sleep
-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 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';