X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_tax_exempt.cgi;h=005d77c33d833a623ad69c7cfa6180b680280417;hb=b3bcbc3dda6f1b994f206c22b02acddb17ebdf1a;hp=b1abadae2f632d74382820379ab09804c880bc13;hpb=e84fbb05b0303b91b85dd57112d4c0dcec2cc4d5;p=freeside.git diff --git a/httemplate/search/cust_tax_exempt.cgi b/httemplate/search/cust_tax_exempt.cgi index b1abadae2..005d77c33 100644 --- a/httemplate/search/cust_tax_exempt.cgi +++ b/httemplate/search/cust_tax_exempt.cgi @@ -1,4 +1,4 @@ -<% include( 'elements/search.html', +<& elements/search.html, 'title' => 'Legacy tax exemptions', 'name' => 'legacy tax exemptions', 'query' => $query, @@ -14,7 +14,7 @@ 'fields' => [ 'exemptnum', sub { $_[0]->month. '/'. $_[0]->year; }, - sub { my $h = $_->h_search('insert'); + sub { my $h = $_[0]->h_search('insert'); $h ? time2str('%L/%d/%Y', $h->history_date ) : '' }, sub { $money_char. $_[0]->amount; }, @@ -46,13 +46,11 @@ '', FS::UI::Web::cust_styles(), ], - ) -%> + +&> <%init> -my $join_cust = " - LEFT JOIN cust_main USING ( custnum ) -"; +my $join_cust = FS::UI::Web::join_cust_main('cust_tax_exempt'); die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('View customer tax exemptions');