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 dd3af2dc1..4104fda9c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2485,6 +2485,13 @@ and customer address. Include units.',    },    { +    'key'         => 'selfservice-hide_invoices-taxclass', +    'section'     => 'self-service', +    'description' => 'Hide invoices with only this package tax class from self-service.  Typically set to something like "Previous balance" and used when importing legacy invoices into legacy_cust_bill.', +    'type'        => 'text', +  }, + +  {      'key'         => 'selfservice-recent-did-age',      'section'     => 'self-service',      'description' => 'If specified, defines "recent", in number of seconds, for "Download recently allocated DIDs" in self-service.',  | 
