fix multi-page typeset invoices
[freeside.git] / FS / FS / Conf.pm
index 11243a9..ec1bf55 100644 (file)
@@ -490,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',
@@ -1159,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',