[freeside-commits] freeside/httemplate/view svc_phone.cgi, 1.12.2.5, 1.12.2.6

Ivan,,, ivan at wavetail.420.am
Fri Mar 12 13:29:18 PST 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	svc_phone.cgi 
Log Message:
finishing e911/svc_phone location, RT#7047

Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.6
diff -u -w -d -r1.12.2.5 -r1.12.2.6
--- svc_phone.cgi	12 Mar 2010 03:36:47 -0000	1.12.2.5
+++ svc_phone.cgi	12 Mar 2010 21:29:16 -0000	1.12.2.6
@@ -29,14 +29,12 @@
   # E911 Info
   ###
 
-  my $loc = $svc_phone->cust_location_or_main;
-
   my $e911 = 
     'E911 Information'.
     &ntable("#cccccc"). '<TR><TD>'. ntable("#cccccc",2).
       '<TR><TD>Location</TD>'.
       '<TD BGCOLOR="#FFFFFF">'.
-        $loc->location_label( 'join_string'     => '<BR>',
+        $svc_phone->location_label( 'join_string'     => '<BR>',
                               'double_space'    => ' &nbsp; ',
                               'escape_function' => \&encode_entities,
                               'countrydefault'  => $countrydefault,



More information about the freeside-commits mailing list