X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=87fd2524a3c7b49b59f658dcb18296f05950d67c;hb=31807e3e9acddff34011e919728c113e69ad9a26;hp=5efd7809a262583ffac82b57b836a70ff42a4dd8;hpb=fad183c519f7d8b7c905708efc984c571b2c2990;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5efd7809a..87fd2524a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1442,8 +1442,8 @@ and customer address. Include units.', { 'key' => 'invoice_latexverticalreturnaddress', - 'section' => 'invoicing', - 'description' => 'Place the return address under the company logo rather than beside it.', + 'section' => 'deprecated', + 'description' => 'Deprecated. With old invoice_latex template, places the return address under the company logo rather than beside it.', 'type' => 'checkbox', 'per_agent' => 1, }, @@ -1972,7 +1972,7 @@ and customer address. Include units.', 'description' => 'Enables the automatic unsuspension of suspended packages when a customer\'s balance due is at or below the specified amount after a payment or credit', 'type' => 'select', 'select_enum' => [ - '', 'Zero', 'Latest invoice charges' + '', 'Zero', 'Latest invoice charges', 'Charges not past due' ], }, @@ -4341,6 +4341,7 @@ and customer address. Include units.', 'usps' => 'U.S. Postal Service', 'tomtom' => 'TomTom', 'melissa' => 'Melissa WebSmart', + 'freeside' => 'Freeside web service (support contract required)', ], }, @@ -4541,11 +4542,11 @@ and customer address. Include units.', { 'key' => 'part_pkg-delay_cancel-days', 'section' => '', - 'description' => 'Expire packages in this many days when using delay_cancel (default is 1)', + 'description' => 'Number of days to suspend when using automatic suspension period before cancel (default is 1)', 'type' => 'text', 'validate' => sub { (($_[0] =~ /^\d*$/) && (($_[0] eq '') || $_[0])) - ? 'Must specify an integer number of days' - : '' } + ? '' + : 'Must specify an integer number of days' } }, {