summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-07-09 03:41:59 +0000
committerivan <ivan>2008-07-09 03:41:59 +0000
commitb63b8875ca6bfe62d24e8656c92d2549c11c69d0 (patch)
treef125d51ab4ac423ab0574825b386d5844bc1f558
parente84fbb05b0303b91b85dd57112d4c0dcec2cc4d5 (diff)
helpful to see when exemptions were inserted?
-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; },