X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=091070ec5bf14d2168a9c83f6bcdcaff787d6e3e;hb=4d0db1129018d2f598091edbbffeb09b23c64d99;hp=a4e26f7c87d8aa5f2292f6793d70b9a8f0cb3f79;hpb=8c84e8692d48eff3b03822dcd18c1766fd0b9bca;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a4e26f7c8..091070ec5 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4627,6 +4627,16 @@ 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)', + 'type' => 'text', + 'validate' => sub { (($_[0] =~ /^\d*$/) && (($_[0] eq '') || $_[0])) + ? 'Must specify an integer number of days' + : '' } + }, + + { 'key' => 'mcp_svcpart', 'section' => '', 'description' => 'Master Control Program svcpart. Leave this blank.',