non-blocking upgrade for part_pkg, #29155
[freeside.git] / FS / FS / Conf.pm
index 5663c19..36bfa43 100644 (file)
@@ -2868,6 +2868,13 @@ and customer address. Include units.',
     %msg_template_options,
   },
 
     %msg_template_options,
   },
 
+  {
+    'key'         => 'selfservice-password_change_oldpass',
+    'section'     => 'self-service',
+    'description' => 'Require old password to be entered again for password changes (in addition to being logged in), at the API level.',
+    'type'        => 'checkbox',
+  },
+
   {
     'key'         => 'selfservice-hide_invoices-taxclass',
     'section'     => 'self-service',
   {
     'key'         => 'selfservice-hide_invoices-taxclass',
     'section'     => 'self-service',
@@ -3455,6 +3462,13 @@ and customer address. Include units.',
     'type'        => 'text',
   },
 
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'cust_pkg-hide_discontinued-part_svc',
+    'section'     => 'UI',
+    'description' => "In customer view, hide provisioned services which are no longer available in the package definition.  Not normally used except for very specific situations as it hides still-provisioned services.",
+    'type'        => 'checkbox',
+  },
+
   {
     'key'         => 'svc_acct-edit_uid',
     'section'     => 'shell',
   {
     'key'         => 'svc_acct-edit_uid',
     'section'     => 'shell',
@@ -3874,6 +3888,13 @@ and customer address. Include units.',
     'type'        => 'checkbox',
   },
 
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'cust_main-enable_order_package',
+    'section'     => 'UI',
+    'description' => 'Display order new package on the basic tab',
+    'type'        => 'checkbox',
+  },
+
   {
     'key'         => 'cust_main-edit_calling_list_exempt',
     'section'     => 'UI',
   {
     'key'         => 'cust_main-edit_calling_list_exempt',
     'section'     => 'UI',
@@ -5580,6 +5601,13 @@ and customer address. Include units.',
     'select_hash' => \@cdr_formats,
   },
 
     'select_hash' => \@cdr_formats,
   },
 
+  {
+    'key'         => 'selfservice-hide_cdr_price',
+    'section'     => 'self-service',
+    'description' => 'Don\'t show the "Price" column on CDRs in self-service.',
+    'type'        => 'checkbox',
+  },
+
   {
     'key'         => 'logout-timeout',
     'section'     => 'UI',
   {
     'key'         => 'logout-timeout',
     'section'     => 'UI',
@@ -5687,6 +5715,13 @@ and customer address. Include units.',
                         },
   },
 
                         },
   },
 
+  {
+    'key'         => 'part_pkg-term_discounts',
+    'section'     => 'billing',
+    'description' => 'Enable the term discounts feature.  Recommended to keep turned off unless actually using - not well optimized for large installations.',
+    'type'        => 'checkbox',
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },