summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-07-09 03:42:00 +0000
committerivan <ivan>2008-07-09 03:42:00 +0000
commit90db7a0acbd138b02b9988e08a305ff4bf88bc39 (patch)
tree4025d9646652d739faa503655caa8d7422d80243
parente4636f274b18d2c1b0082f1891898fa0d0c24a4f (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; },