diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8fce99024..a3f1b5422 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2287,6 +2287,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-agent_login', + 'section' => 'self-service', + 'description' => 'Allow agent login via self-service.', + 'type' => 'checkbox', + }, + + { 'key' => 'card_refund-days', 'section' => 'billing', 'description' => 'After a payment, the number of days a refund link will be available for that payment. Defaults to 120.', |