From 458906d72c4c6360dd478fd1169db4dc41d1bfa3 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 21 Jul 2009 00:20:23 +0000 Subject: [PATCH] don't have a money type in package definitions at the moment --- FS/FS/part_pkg/voip_cdr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index 5a43403f7..4529a987e 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -83,7 +83,7 @@ tie my %temporalities, 'Tie::IxHash', }, 'min_charge' => { 'name' => 'Charge per minute when using "single price per minute" rating method', - 'type' => 'money', + '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.', -- 2.11.0