X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_tax_exempt_pkg.cgi;fp=httemplate%2Fsearch%2Fcust_tax_exempt_pkg.cgi;h=604502d6ff7fe365a36761971c06d244842afe8d;hb=590603ecaea3184f64530755a76626be8205da49;hp=990e344b7dc575bfbea5e12535445c2e061f4d71;hpb=14e3560b43ca8a747f4210bd784a0315daeb5e9e;p=freeside.git diff --git a/httemplate/search/cust_tax_exempt_pkg.cgi b/httemplate/search/cust_tax_exempt_pkg.cgi index 990e344b7..604502d6f 100644 --- a/httemplate/search/cust_tax_exempt_pkg.cgi +++ b/httemplate/search/cust_tax_exempt_pkg.cgi @@ -54,9 +54,29 @@ $ilink, $ilink, - ( map { $clink } FS::UI::Web::cust_header() ), + ( map { $_ ne 'Cust. Status' ? $clink : '' } + FS::UI::Web::cust_header() + ), ], - 'align' => 'rrrlrc', # 'rlrrrc', + 'align' => 'rrrlrc'.FS::UI::Web::cust_aligns(), # 'rlrrrc', + 'color' => [ + '', + '', + '', + '', + '', + '', + FS::UI::Web::cust_colors(), + ], + 'style' => [ + '', + '', + '', + '', + '', + '', + FS::UI::Web::cust_styles(), + ], ) %> <%once> @@ -80,6 +100,9 @@ my $join = " <%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('View customer tax exemptions'); + my @where = (); my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi);