[freeside-commits] freeside/httemplate/search phone_avail.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Wed Nov 10 11:28:05 PST 2010


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

Modified Files:
	phone_avail.html 
Log Message:
just can't get this one right this morning, RT#10520

Index: phone_avail.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/phone_avail.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- phone_avail.html	9 Nov 2010 02:51:50 -0000	1.2
+++ phone_avail.html	10 Nov 2010 19:28:02 -0000	1.3
@@ -119,7 +119,7 @@
 my $link_cust = sub {
   my $phone_avail = shift;
   if ( $phone_avail->svcnum ) {
-    my $cust_svc = $phone_avail->svc_phone->cust_svc;
+    my $cust_svc = $phone_avail->cust_svc;
     if ( $cust_svc->pkgnum ) {
       #my $cust_main = $cust_svc->cust_pkg->cust_main;
       return [ "${p}view/cust_main.cgi?", 'custnum' ];



More information about the freeside-commits mailing list