disable display of auto-suspend dates unless enabled by config. at least until it...
[freeside.git] / FS / FS / Conf.pm
index 4def462..39ab389 100644 (file)
@@ -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;