diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-08 11:31:26 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-08 11:31:26 -0700 |
commit | ef585c7b5bdb9ced6482c1a8ed089b9e964c3ac8 (patch) | |
tree | 5c8af657e5775dc0de7f4b558acb9b025227717c /FS | |
parent | 91c2a52f4d319809c3a248bb31aa72aecb38ade2 (diff) |
deprecate cust_bill-latex_lineitem_maxlength as it is irrelevant with new invoice_latex, RT#38130
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a4eba607b..e47884f10 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5508,8 +5508,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', }, |