X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=dad12aabb702650317edb182cab3f42b24bf81cf;hb=09af85fc0e7a48392c930c9672a99448cf9630d4;hp=50df3dde6b5673a573b0b7f8970aba8bbaf24082;hpb=85d0dbbdb844857f17192c5f0740f63c9681b9e6;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 50df3dde6..dad12aabb 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -669,6 +669,7 @@ my %batch_gateway_options = ( ); map { $_->gatewaynum, $_->label } @gateways; }, + 'per_agent' => 1, ); my %invoice_mode_options = ( @@ -1541,6 +1542,14 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'invoice_omit_due_date', + 'section' => 'invoice_balances', + 'description' => 'Omit the "Please pay by (date)" from invoices.', + 'type' => 'checkbox', + 'per_agent' => 1, + }, + { 'key' => 'invoice_sections', 'section' => 'invoicing', @@ -2892,6 +2901,13 @@ and customer address. Include units.', ], }, + { + 'key' => 'selfservice-password_reset_hours', + 'section' => 'self-service', + 'description' => 'Numbers of hours an email password reset is valid. Defaults to 24.', + 'type' => 'text', + }, + { 'key' => 'selfservice-password_reset_msgnum', 'section' => 'self-service',