allow services with a tower but no sector to appear in search results, #33056
[freeside.git] / FS / FS / Conf.pm
index 53459c7..1714c57 100644 (file)
@@ -2619,7 +2619,7 @@ and customer address. Include units.',
     'section'     => 'billing',
     'description' => 'Available payment types.',
     'type'        => 'selectmultiple',
-    'select_enum' => [ qw(CARD DCRD CHEK DCHK CASH WEST MCRD MCHK PPAL) ],
+    'select_enum' => [ qw(CARD DCRD CHEK DCHK BILL CASH WEST MCRD MCHK PPAL) ],
   },
 
   {
@@ -5922,12 +5922,14 @@ and customer address. Include units.',
     'type'        => 'text',
   },
 
-  {
-    'key'         => 'no_random_ids',
-    'section'     => '',
-    'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.',
-    'type'        => 'checkbox',
-  },
+  # for internal use only; test databases should declare this option and
+  # everyone else should pretend it doesn't exist
+  #{
+  #  'key'         => 'no_random_ids',
+  #  'section'     => '',
+  #  'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.',
+  #  'type'        => 'checkbox',
+  #},
 
 );