X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8ca2c1ba26b95a1b422855cdd85884f75d6bc991;hp=eb02ff12a8ce1a18b38125afd46226d4195a20c1;hb=beba6672fb9c9c5769c81f8029bb88cd2bc910e9;hpb=3d08b7bbf79c0131497d4812c552efe8a89d4cf3 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index eb02ff12a..8ca2c1ba2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1448,6 +1448,13 @@ httemplate/docs/config.html 'type' => [qw( checkbox textarea )], }, + { + 'key' => 'svc_acct-usage_suspend', + 'section' => 'billing', + 'description' => 'Suspends the package an account belongs to when svc_acct.seconds is decremented to 0 or below (accounts with an empty seconds value are ignored). Typically used in conjunction with prepaid packages and freeside-sqlradius-radacctd.', + 'type' => 'checkbox', + }, + ); 1;