diff options
-rw-r--r-- | FS/FS/part_pkg/voip_sqlradacct.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/part_pkg/voip_sqlradacct.pm b/FS/FS/part_pkg/voip_sqlradacct.pm index 0b3250acd..608608f65 100644 --- a/FS/FS/part_pkg/voip_sqlradacct.pm +++ b/FS/FS/part_pkg/voip_sqlradacct.pm @@ -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, |