[freeside-commits] freeside/httemplate/search phone_avail.html, 1.1.8.1, 1.1.8.2
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-serv15323
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.1.8.1
retrieving revision 1.1.8.2
diff -u -w -d -r1.1.8.1 -r1.1.8.2
--- phone_avail.html 9 Nov 2010 02:51:51 -0000 1.1.8.1
+++ phone_avail.html 10 Nov 2010 19:28:03 -0000 1.1.8.2
@@ -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