summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-08 11:31:43 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-08 11:31:43 -0700
commite76f288a3495e4e58ff0c80eb9acbef91943311c (patch)
treefacac2e60488fd31d7cc8926945a1ddd9d90bb60
parentaed2947862e45bb885839e89d3ba8ecac3a67e47 (diff)
deprecate cust_bill-latex_lineitem_maxlength as it is irrelevant with new invoice_latex, RT#38130
-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 b6af7843b..6165eab0d 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5464,7 +5464,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',
},