add ignore_unrateable flag to voip price plan
authorivan <ivan>
Fri, 31 Dec 2004 08:24:26 +0000 (08:24 +0000)
committerivan <ivan>
Fri, 31 Dec 2004 08:24:26 +0000 (08:24 +0000)
FS/FS/part_pkg/voip_sqlradacct.pm

index 0b3250a..608608f 100644 (file)
@@ -26,6 +26,9 @@ $DEBUG = 0;
                        'select_key'   => 'ratenum',
                        'select_label' => 'ratename',
                      },
+      'ignore_unrateable' => { 'name' => 'Ignore calls for which not rate prefix can be found (otherwise they are fatal)',
+                               'type' => 'checkbox',
+                             },
     },
     'fieldorder' => [qw( setup_fee recur_flat ratenum )],
     'weight' => 40,