diff options
author | ivan <ivan> | 2009-11-14 00:08:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-14 00:08:13 +0000 |
commit | 0ea039f9084014e27a1b99ff033bf04bdab94966 (patch) | |
tree | 6582fbcb2e6461d8c659488911e6776f58c529e3 /httemplate/search/cust_main.html | |
parent | 44d4252de771e6d41749363a61033452f1e97a15 (diff) |
add invoice terms to advanced customer report. dogfood.
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-x | httemplate/search/cust_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index d6586e84e..a1693b87d 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -45,7 +45,7 @@ my %search_hash = (); #scalars my @scalars = qw ( agentnum status cancelled_pkgs cust_fields flattened_pkgs custbatch - no_censustract paydate_year paydate_month + no_censustract paydate_year paydate_month invoice_terms ); for my $param ( @scalars ) { |