add cust_bill-latex_lineitem_maxlength conf, RT#13634
[freeside.git] / FS / FS / Conf.pm
index 4ff3aa7..f3826c9 100644 (file)
@@ -4437,6 +4437,13 @@ and customer address. Include units.',
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust_bill-latex_lineitem_maxlength',
+    'section'     => 'invoicing',
+    'description' => 'Truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin.  Defaults to 50.  ',
+    'type'        => 'text',
+  },
+
   {
     'key'         => 'cust_main-status_module',
     'section'     => 'UI',