From: ivan Date: Fri, 31 Dec 2004 08:24:26 +0000 (+0000) Subject: add ignore_unrateable flag to voip price plan X-Git-Tag: BEFORE_FINAL_MASONIZE~744 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0dc0e05d24f7a2e95fbfad1936ab43a446d77701 add ignore_unrateable flag to voip price plan --- 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,