diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-02-02 08:43:14 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-02-02 08:43:14 -0800 |
| commit | 2eba3bb70e579c6799241e2d7d9df681febc8cdd (patch) | |
| tree | 55e92004b5652a74ff70a4baca52ffae79a3b5ea /httemplate/search/cust_main.cgi | |
| parent | 08b37b2247f01a274879b63a3d6b921c3e6db844 (diff) | |
default pages of 100 entries
Diffstat (limited to 'httemplate/search/cust_main.cgi')
| -rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index b6aa0fa6d..b2c977ad2 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -332,7 +332,7 @@ die "access denied" unless $curuser->access_right('List all customers'); my $conf = new FS::Conf; -my $maxrecords = $conf->config('maxsearchrecordsperpage'); +my $maxrecords = $conf->config('maxsearchrecordsperpage') || 100; # summarize more than this many services of the same svcpart my $large_pkg_size = $conf->config('cust_pkg-large_pkg_size') || 0; |
