X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=f3826c9d838ca5baab4cdf35b8e81da59ef9cbc3;hp=4ff3aa77a7c3bd2069de4ad0cdd40b945be3d643;hb=529764ae84fd653e2807e29247faaccdfcb53d33;hpb=06a1de4f0969dbbe1a689c1185393e664cdb907f diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4ff3aa77a..f3826c9d8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4438,6 +4438,13 @@ 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. ', + 'type' => 'text', + }, + + { 'key' => 'cust_main-status_module', 'section' => 'UI', 'description' => 'Which module to use for customer status display. The "Classic" module (the default) considers accounts with cancelled recurring packages but un-cancelled one-time charges Inactive. The "Recurring" module considers those customers Cancelled. Similarly for customers with suspended recurring packages but one-time charges.', #other differences?