diff options
author | ivan <ivan> | 2009-11-06 00:25:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-06 00:25:13 +0000 |
commit | 1c2b820bd8d41fb9620e81faf617adffe85dbd33 (patch) | |
tree | 4b1e2612b0dbe143948fd748e0c125bedf64520d /httemplate/search/cust_main.html | |
parent | 3adac920d07b868093e64d5911d8aeffda82ed13 (diff) |
add "payment expiration before" to customer report, RT#6447
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 186467e00..d6586e84e 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 + no_censustract paydate_year paydate_month ); for my $param ( @scalars ) { |