summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/search/cust_tax_exempt.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_tax_exempt.cgi b/httemplate/search/cust_tax_exempt.cgi
index b1abadae2..3704b208a 100644
--- a/httemplate/search/cust_tax_exempt.cgi
+++ b/httemplate/search/cust_tax_exempt.cgi
@@ -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; },