diff options
author | ivan <ivan> | 2010-03-12 21:29:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-12 21:29:04 +0000 |
commit | f433b4f187e484e8c40bdcebbeb5a5d51b3ae38e (patch) | |
tree | 6597ace03fadaa451eaceca9c986e40ebfe6bcc8 /httemplate/view | |
parent | 02348fb69ac302f117ca8b510b68871eff25d4c6 (diff) |
finishing e911/svc_phone location, RT#7047
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/svc_phone.cgi | 12 |
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' => ' ', - 'escape_function' => \&encode_entities, - 'countrydefault' => $countrydefault, - ). + $svc_phone->location_label( 'join_string' => '<BR>', + 'double_space' => ' ', + 'escape_function' => \&encode_entities, + 'countrydefault' => $countrydefault, + ). '</TD></TR>'. '</TABLE></TD></TR></TABLE>'. '<BR>' |