[freeside-commits] freeside/httemplate/search report_receivables.cgi, 1.27, 1.28

Ivan,,, ivan at wavetail.420.am
Sun Jul 23 07:17:58 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv7511/httemplate/search

Modified Files:
	report_receivables.cgi 
Log Message:
 i should REALLY go to sleep

Index: report_receivables.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_receivables.cgi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- report_receivables.cgi	23 Jul 2006 14:16:48 -0000	1.27
+++ report_receivables.cgi	23 Jul 2006 14:17:56 -0000	1.28
@@ -117,7 +117,7 @@
     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';



More information about the freeside-commits mailing list