From 5bf0ab2d129310be344a9654c14796c7424138a8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 17 Mar 2021 22:16:16 -0700 Subject: contractually guaranteed speed no longer required as of 2020, RT#85671 --- httemplate/search/477.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'httemplate/search') diff --git a/httemplate/search/477.html b/httemplate/search/477.html index 84fd7fb9f..9a4126121 100644 --- a/httemplate/search/477.html +++ b/httemplate/search/477.html @@ -67,6 +67,9 @@ a.download { Download % my $header = ".header_$partname"; +% $header .= '_old' if $partname eq 'fbd' && $date < 1569826800; #9/30/2019 +% # ( halfway between the two filing "as of" dates when it changed + % my $data = $this_part->{data}; % my $error = $this_part->{error}; @@ -168,7 +171,7 @@ if ( $cgi->param('type') eq 'csv' ) { my $part_titles = FS::Report::FCC_477->parts; -<%def .header_fbd> +<%def .header_fbd_old> Census Block DBA Name @@ -185,6 +188,20 @@ my $part_titles = FS::Report::FCC_477->parts; Up +<%def .header_fbd> + + Census Block + DBA Name + Technology + Consumer? + Advertised Speed (Mbps) + Business? + + + Down + Up + + <%def .header_fbs> Census Tract -- cgit v1.2.1