From b63b8875ca6bfe62d24e8656c92d2549c11c69d0 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 9 Jul 2008 03:41:59 +0000 Subject: [PATCH] helpful to see when exemptions were inserted? --- httemplate/search/cust_tax_exempt.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }, -- 2.11.0