helpful to see when exemptions were inserted?
authorivan <ivan>
Wed, 9 Jul 2008 03:41:59 +0000 (03:41 +0000)
committerivan <ivan>
Wed, 9 Jul 2008 03:41:59 +0000 (03:41 +0000)
httemplate/search/cust_tax_exempt.cgi

index b1abada..3704b20 100644 (file)
@@ -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; },