summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-07-21 00:20:23 +0000
committerivan <ivan>2009-07-21 00:20:23 +0000
commit458906d72c4c6360dd478fd1169db4dc41d1bfa3 (patch)
tree70ead644aa56a13ea8c65076d839720c9c296569
parent5bc86917c4ce4451c124680f125bea72799f35b8 (diff)
don't have a money type in package definitions at the moment
-rw-r--r--FS/FS/part_pkg/voip_cdr.pm2
1 files changed, 1 insertions, 1 deletions
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.',