X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=39ab389e7e87b06601aad992e16951ca6cc56367;hp=4def46260438d44bc62826be3fb5bc98b161f060;hb=a30e8806a4d208aa8736061a3654b6ad97335322;hpb=3c34dbb2f2f79dbdf840c7df13862880640c82df;ds=sidebyside diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4def46260..39ab389e7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2650,6 +2650,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + 'key' => 'cust_pkg-show_autosuspend', + 'section' => 'UI', + 'description' => 'Show package auto-suspend dates. Use with caution for now; can slow down customer view for large insallations.', + 'type' => 'checkbox', + }, + ); 1;