don't have a money type in package definitions at the moment
authorivan <ivan>
Tue, 21 Jul 2009 00:20:23 +0000 (00:20 +0000)
committerivan <ivan>
Tue, 21 Jul 2009 00:20:23 +0000 (00:20 +0000)
FS/FS/part_pkg/voip_cdr.pm

index 5a43403..4529a98 100644 (file)
@@ -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.',