X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=5ea992c3690502a640a9b0e89a1f9e08cbcb60fb;hb=be4379d3f8238376f913337b6402dd8b6167913a;hp=aee741006b8e3da5c36aa2a18dd7a5bd15d19ec9;hpb=8c865c1e8ab994e14ee81b11b0544f2a280d2d07;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index aee741006..5ea992c36 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2106,7 +2106,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' ], }, @@ -4813,11 +4813,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' } }, {