X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=84acf02d412453633b1b12f2b8e39b55018ae58e;hb=6df492990ea195513430f3a56d537e57e50b6913;hp=9f1a7072bc93ba6272120baeb932e21a89a75ae3;hpb=4b05b20576ddb14577d59c87c8257c6804449410;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9f1a7072b..84acf02d4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1820,6 +1820,13 @@ and customer address. Include units.', 'type' => 'text', }, + { + 'key' => 'cust_main-packages-num_per_page', + 'section' => 'packages', + 'description' => 'Number of packages to display per page on customer view (default 10).', + 'type' => 'text', + }, + { 'key' => 'disable_maxselect', 'section' => 'reporting', @@ -4138,6 +4145,13 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + 'key' => 'cust_main-require_classnum', + 'section' => 'customer_fields', + 'description' => 'Customer class is required: require customer class for all customer records.', + 'type' => 'checkbox', + }, + { 'key' => 'cust_main-check_unique', 'section' => 'customer_fields',