deprecate cust_bill-latex_lineitem_maxlength as it is irrelevant with new invoice_lat...
authorIvan Kohler <ivan@freeside.biz>
Thu, 8 Sep 2016 18:31:24 +0000 (11:31 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 8 Sep 2016 18:31:24 +0000 (11:31 -0700)
FS/FS/Conf.pm

index 84acf02..b6af784 100644 (file)
@@ -5463,8 +5463,8 @@ and customer address. Include units.',
 
   {
     '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.  ',
+    'section'     => 'deprecated',
+    'description' => 'With old invoice_latex template, truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin.  Defaults to 50.  (With current invoice_latex template, this is handled internally in the template itself instead.)',
     'type'        => 'text',
   },