[freeside-commits] freeside/httemplate/search qual.cgi,1.4,1.5

Ivan,,, ivan at wavetail.420.am
Sun Mar 20 12:38:30 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv12480/httemplate/search

Modified Files:
	qual.cgi 
Log Message:
qualification address handling changes, RT#7111

Index: qual.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/qual.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- qual.cgi	13 Mar 2011 19:45:37 -0000	1.4
+++ qual.cgi	20 Mar 2011 19:38:28 -0000	1.5
@@ -22,7 +22,7 @@
 					$self->status_long;
 				      },
 				      sub { shift->cust_or_prospect->name },
-				      'phonenum',
+				      sub { shift->phonenum || '(none - dry loop)' },
 				      sub {
 					my $self = shift;
 					my %location_hash= $self->location_hash;



More information about the freeside-commits mailing list