diff options
Diffstat (limited to 'httemplate/view/cust_main/packages/location.html')
| -rw-r--r-- | httemplate/view/cust_main/packages/location.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html index 95694850e..f2d379841 100644 --- a/httemplate/view/cust_main/packages/location.html +++ b/httemplate/view/cust_main/packages/location.html @@ -1,5 +1,3 @@ -<TD CLASS="inv" BGCOLOR="<% $bgcolor %>" WIDTH="20%"> - % if ( $default ) { <DIV STYLE="font-style: italic; font-size: small"> % } @@ -41,13 +39,11 @@ </FONT> % } -</TD> <%init> my $conf = new FS::Conf; my %opt = @_; -my $bgcolor = $opt{'bgcolor'}; my $cust_pkg = $opt{'cust_pkg'}; my $countrydefault = $opt{'countrydefault'} || 'US'; my $statedefault = $opt{'statedefault'} |
