summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 14:40:39 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 14:40:39 -0700
commit162097d4e2bd08efd71d998406c14cbfeb108d0b (patch)
treedf944e27ad34ff483a50537d79a7b23361fb9f1c
parentcda0cfbe3c69fa260ba7e5ce9b50853dfba7cc97 (diff)
parent9530530d8075813c6f5c5c18048ae0f12fe80305 (diff)
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into 4.x
-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 a4eba607b..7610b63d7 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. (With current invoice_latex template, this is handled internally in the template itself instead.)',
'type' => 'text',
},