X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill.html;h=4117112f51f1d0cb38bf79bea356de516fe93e64;hb=6f5b68a5dc6a6b145c88aa1b2bad3848cc6f8788;hp=4f73aaf842fa1a76c352748cf8de5f05c52ccdf4;hpb=6e39b5fce608de6c2fa532439b58e83c548814c9;p=freeside.git diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html index 4f73aaf84..4117112f5 100755 --- a/httemplate/search/cust_bill.html +++ b/httemplate/search/cust_bill.html @@ -93,6 +93,10 @@ if ( $cgi->param('invnum') =~ /^\s*(FS-)?(\d+)\s*$/ ) { $search{'agentnum'} = $1; } + if ( $cgi->param('custnum') =~ /^(\d+)$/ ) { + $search{'custnum'} = $1; + } + # begin/end/beginning/ending my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi, ''); $search{'_date'} = [ $beginning, $ending ] @@ -201,31 +205,31 @@ my $html_init = join("\n", map { '