summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-xhttemplate/search/cust_main.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index 644e0932a..270fc38cc 100755
--- a/httemplate/search/cust_main.html
+++ b/httemplate/search/cust_main.html
@@ -44,7 +44,7 @@ my %search_hash = ();
#scalars
my @scalars = qw (
- agentnum status cancelled_pkgs cust_fields flattened_pkgs custbatch
+ agentnum status cancelled_pkgs cust_fields flattened_pkgs custbatch usernum
no_censustract paydate_year paydate_month invoice_terms
);
@@ -66,10 +66,10 @@ foreach my $field (qw( signupdate )) {
my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi, $field);
- next if $beginning == 0 && $ending == 4294967295;
+ next if $beginning == 0 && $ending == 4294967295 && !defined($cgi->param('signuphour'));
#or $disable{$cgi->param('status')}->{$field};
- $search_hash{$field} = [ $beginning, $ending ];
+ $search_hash{$field} = [ $beginning, $ending, $cgi->param('signuphour') ];
}