summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-08 11:31:24 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-08 11:31:24 -0700
commitaed2947862e45bb885839e89d3ba8ecac3a67e47 (patch)
tree5c6757e0c0444202cf538ccbbf43918de559c10b
parent0929e7aec153632691a64ae8755c082090fd1de5 (diff)
deprecate cust_bill-latex_lineitem_maxlength as it is irrelevant with new invoice_latex, RT#38130
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 84acf02d4..b6af7843b 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -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',
},