[freeside-commits] branch master updated. aed2947862e45bb885839e89d3ba8ecac3a67e47

Ivan ivan at 420.am
Thu Sep 8 11:31:25 PDT 2016


The branch, master has been updated
       via  aed2947862e45bb885839e89d3ba8ecac3a67e47 (commit)
      from  0929e7aec153632691a64ae8755c082090fd1de5 (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 aed2947862e45bb885839e89d3ba8ecac3a67e47
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 8 11:31:24 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 84acf02..b6af784 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5463,8 +5463,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',
   },
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list