diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-04-14 17:08:36 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-14 17:08:36 -0700 |
commit | 2e761a72c380dc9d7320ccd822cfe8476534b369 (patch) | |
tree | 4c26f3391325c2f0a3a6a117b7dc2b0ae94993b2 /httemplate/view/cust_main/packages/location.html | |
parent | a9f4e76c1d2392514c4172dd869fd101e3a9c6ec (diff) |
package contacts / "name per packages", RT#22185
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'} |