summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-08 11:31:46 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-08 11:31:46 -0700
commit9530530d8075813c6f5c5c18048ae0f12fe80305 (patch)
tree67c25e28c4d1de3b22c1c1b3df5b38d32bde9bbf /FS/FS/Conf.pm
parentef585c7b5bdb9ced6482c1a8ed089b9e964c3ac8 (diff)
deprecate cust_bill-latex_lineitem_maxlength as it is irrelevant with new invoice_latex, RT#38130
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index e47884f..7610b63 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5509,7 +5509,7 @@ and customer address. Include units.',
{
'key' => 'cust_bill-latex_lineitem_maxlength',
'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.)',
+ '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. (With current invoice_latex template, this is handled internally in the template itself instead.)',
'type' => 'text',
},