diff options
author | ivan <ivan> | 2008-07-09 03:27:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-09 03:27:58 +0000 |
commit | 095072cc3774598d942dd36d113b049cb46b7d2e (patch) | |
tree | fe172e6e2493a1b63662eb582ad487ce61a89631 /httemplate/search | |
parent | 80a95c44afe24cb2e761da9a144f0a22d49df984 (diff) |
need the exemptnum...
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/cust_tax_exempt.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_tax_exempt.cgi b/httemplate/search/cust_tax_exempt.cgi index 721272632..ba202dfa2 100644 --- a/httemplate/search/cust_tax_exempt.cgi +++ b/httemplate/search/cust_tax_exempt.cgi @@ -11,7 +11,7 @@ FS::UI::Web::cust_header(), ], 'fields' => [ - 'exemptpkgnum', + 'exemptnum', sub { $_[0]->month. '/'. $_[0]->year; }, sub { $money_char. $_[0]->amount; }, |