diff options
author | ivan <ivan> | 2009-07-21 05:29:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-21 05:29:41 +0000 |
commit | 8de398042315381f8db2a62475e95d391ca0a24f (patch) | |
tree | 5428035b77d390adf0e776ba1ba2fbdf02c3ca1f | |
parent | 35e0bcdf5d574b2b30796159617b845255d528ae (diff) |
and fix min_charge option, RT#5495
-rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index 3006eaa56..11ff76be4 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -82,7 +82,6 @@ tie my %temporalities, 'Tie::IxHash', }, 'min_charge' => { 'name' => 'Charge per minute when using "single price per minute" rating method', - 'type' => 'text', }, 'ignore_unrateable' => { 'name' => 'Ignore calls without a rate in the rate tables. By default, the system will throw a fatal error upon encountering unrateable calls.', |