X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=b384d85afa83fd1846a78f7901b7d6d7372b47dc;hb=76ee5744397527a0f9421972b4c93aaeed7ba26f;hp=a4b084d50f9a751c5717600b7d62ee91438970a5;hpb=10adcf87ec8dc7e17d7ef180a924e7cd8a1ff917;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a4b084d50..b384d85af 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5825,6 +5825,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-enable_payment_without_balance', + 'section' => 'self-service', + 'description' => 'Allow selfservice customers to make payments even if balance is zero or below (resulting in an unapplied payment and negative balance.)', + 'type' => 'checkbox', + }, + + { 'key' => 'logout-timeout', 'section' => 'UI', 'description' => 'If set, automatically log users out of the backoffice after this many minutes.',