summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2010-03-12 21:29:16 +0000
committerivan <ivan>2010-03-12 21:29:16 +0000
commit41f561eb60f8a69d1ce3685e04cfd1e1a8efefad (patch)
treefbeb57c58a459c50cbbcaa609a1c86f4fed2ddab /httemplate/view
parent0ce57e8f629e6f28b3587675ea12a591443719fd (diff)
finishing e911/svc_phone location, RT#7047
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_phone.cgi12
1 files changed, 5 insertions, 7 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index ebde42228..75591c747 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -29,18 +29,16 @@ my $html_foot = sub {
# 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>',
- 'double_space' => ' &nbsp; ',
- 'escape_function' => \&encode_entities,
- 'countrydefault' => $countrydefault,
- ).
+ $svc_phone->location_label( 'join_string' => '<BR>',
+ 'double_space' => ' &nbsp; ',
+ 'escape_function' => \&encode_entities,
+ 'countrydefault' => $countrydefault,
+ ).
'</TD></TR>'.
'</TABLE></TD></TR></TABLE>'.
'<BR>'