[freeside-commits] branch FREESIDE_4_BRANCH updated. 9530530d8075813c6f5c5c18048ae0f12fe80305
Ivan
ivan at 420.am
Thu Sep 8 11:31:47 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 9530530d8075813c6f5c5c18048ae0f12fe80305 (commit)
from ef585c7b5bdb9ced6482c1a8ed089b9e964c3ac8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9530530d8075813c6f5c5c18048ae0f12fe80305
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Sep 8 11:31:46 2016 -0700
deprecate cust_bill-latex_lineitem_maxlength as it is irrelevant with new invoice_latex, RT#38130
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',
},
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list