X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ec1bf5574f2105ca478774ef3a614db2a05e6614;hb=03cf0e09e1dfa75fd320ddcbad958301a6546675;hp=2404e590224f939406d9a163b946e2479ae0c392;hpb=e68e85f88922d6678a9c6fc1a7624065e38b7361;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2404e5902..ec1bf5574 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -332,7 +332,14 @@ httemplate/docs/config.html { 'key' => 'deletepayments', 'section' => 'UI', - 'description' => 'Enable deletion of unclosed payments. Be very careful! Only delete payments that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a payment is deleted.', + 'description' => 'Enable deletion of unclosed payments. Be very careful! Only delete payments that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a payment is deleted.', + 'type' => [qw( checkbox text )], + }, + + { + 'key' => 'deletecredits', + 'section' => 'UI', + 'description' => 'Enable deletion of unclosed credits. Be very careful! Only delete credits that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a credit is deleted.', 'type' => [qw( checkbox text )], }, @@ -483,6 +490,13 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'invoice_latexsmallfooter', + 'section' => 'billing', + 'description' => 'Optional small footer for multi-page LaTeX typeset PostScript invoices.', + 'type' => 'textarea', + }, + { 'key' => 'invoice_default_terms', 'section' => 'billing', @@ -1152,7 +1166,7 @@ httemplate/docs/config.html }, { - 'key' => 'system_usernames' + 'key' => 'system_usernames', 'section' => 'username', 'description' => 'A list of system usernames that cannot be edited or removed, one per line. Use a bare username to prohibit modification/deletion of the username in any domain, or username@domain to prohibit modification/deletetion of a specific username and domain.', 'type' => 'textarea',