summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-12-31 08:24:26 +0000
committerivan <ivan>2004-12-31 08:24:26 +0000
commit0dc0e05d24f7a2e95fbfad1936ab43a446d77701 (patch)
tree245b3a30b8fb781b1dad5d5e9d17256c71805ca1 /FS
parent90fb23afccf9d067d0b817be4998ef1aad598849 (diff)
add ignore_unrateable flag to voip price plan
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_pkg/voip_sqlradacct.pm3
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,