pro-rating w/ web interface, tested (closes: Bug#313).
[freeside.git] / FS / FS / Conf.pm
index 873ee75..da6bf72 100644 (file)
@@ -716,6 +716,13 @@ httemplate/docs/config.html
     'type'        => 'textarea',
   },
 
+  {
+    'key'         => 'safe-part_pkg',
+    'section'     => 'UI',
+    'description' => 'Validates package definition setup and recur expressions against a preset list.  Useful for webdemos, annoying to powerusers.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;