diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 | ||||
-rw-r--r-- | FS/FS/Schema.pm | 4 |
2 files changed, 9 insertions, 2 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.', diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index b8ba5b2d4..f63bae929 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -352,8 +352,8 @@ sub tables_hashref { 'invoice_template', 'varchar', 'NULL', $char_d, '', '', 'agent_custnum', 'int', 'NULL', '', '', '', 'disabled', 'char', 'NULL', 1, '', '', - 'username', 'varchar', 'NULL', $char_d, '', '', #deprecated - '_password', 'varchar', 'NULL', $char_d, '', '', #deprecated + 'username', 'varchar', 'NULL', $char_d, '', '', + '_password', 'varchar', 'NULL', $char_d, '', '', 'freq', 'int', 'NULL', '', '', '', #deprecated (never used) 'prog', @perl_type, '', '', #deprecated (never used) ], |