X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d0b1180cbe7312753ee69155cf3ce64782b3bd28;hb=c2ba32903b5314972821cc4f4b787369f57cd3cb;hp=c2b558dca86fc95ad34afb6bdc355d045b0dfae8;hpb=9faa6b1e007238ea1d953dfffa5c9089253b420c;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c2b558dca..d0b1180cb 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, }, @@ -4542,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' } }, {