From: ivan Date: Tue, 21 Jul 2009 05:29:41 +0000 (+0000) Subject: and fix min_charge option, RT#5495 X-Git-Tag: freeside_1_9_1^2~216 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8de398042315381f8db2a62475e95d391ca0a24f;p=freeside.git and fix min_charge option, RT#5495 --- 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.',