diff options
author | Mark Wells <mark@freeside.biz> | 2016-09-08 14:54:58 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-09-08 14:54:58 -0700 |
commit | fc71c5a7a2b5595ef38621ead753c6b261c534ba (patch) | |
tree | 7f37de2250b3576f34f48bb3598032a762d9b009 | |
parent | 310427abc396e793a887b467c51964efb22424a1 (diff) | |
parent | 7f6f94356b0a252da15d70f29693f015e2c1fb81 (diff) |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into 3.x
-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 d6fa70abe..e525bc092 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5800,8 +5800,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', }, |