hopefully fix once.pm properly...
[freeside.git] / FS / FS / Conf.pm
index bd1e67a..adf7413 100644 (file)
@@ -2050,7 +2050,7 @@ httemplate/docs/config.html
   {
     'key'         => 'support_packages',
     'section'     => '',
-    'description' => 'A list of packages eligible for RT ticket time transfer',
+    'description' => 'A list of packages eligible for RT ticket time transfer, one pkgpart per line.', #this should really be a select multiple, or specified in the packages themselves...
     'type'        => 'textarea',
   },
 
@@ -2068,6 +2068,13 @@ httemplate/docs/config.html
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'svc_acct-display_paid_time_remaining',
+    'section'     => '',
+    'description' => 'Show paid time remaining in addition to time remaining.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;