X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a1fdd034ec54ab93a21a98aa618f60778482798d;hp=ea2785bdf0793abc8ebf1656c3929f5cd327b23b;hb=04cc48bd2a049909af54b9e58afebffe51cdd1b2;hpb=2b7d11d0b79821a0c7f39ce8777b6aa91d37a26e diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ea2785bdf..a1fdd034e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1531,6 +1531,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'svc_acct-usage_unsuspend', + 'section' => 'billing', + 'description' => 'Unuspends the package an account belongs to when svc_acct.seconds is incremented from 0 or below to a positive value (accounts with an empty seconds value are ignored). Typically used in conjunction with prepaid packages and freeside-sqlradius-radacctd.', + 'type' => 'checkbox', + }, + ); 1;