diff options
author | Mark Wells <mark@freeside.biz> | 2016-09-08 14:40:39 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-09-08 14:40:39 -0700 |
commit | 162097d4e2bd08efd71d998406c14cbfeb108d0b (patch) | |
tree | df944e27ad34ff483a50537d79a7b23361fb9f1c | |
parent | cda0cfbe3c69fa260ba7e5ce9b50853dfba7cc97 (diff) | |
parent | 9530530d8075813c6f5c5c18048ae0f12fe80305 (diff) |
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into 4.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 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', }, |