[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm,1.71,1.72

Ivan,,, ivan at wavetail.420.am
Mon Jul 20 17:20:25 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv7073

Modified Files:
	voip_cdr.pm 
Log Message:
don't have a money type in package definitions at the moment

Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- voip_cdr.pm	17 Jul 2009 01:44:24 -0000	1.71
+++ voip_cdr.pm	21 Jul 2009 00:20:23 -0000	1.72
@@ -83,7 +83,7 @@
                    },
 
     '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.',



More information about the freeside-commits mailing list