[freeside-commits] freeside/FS/FS Conf.pm,1.254,1.255

Ivan,,, ivan at wavetail.420.am
Sun Nov 30 23:52:26 PST 2008


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

Modified Files:
	Conf.pm 
Log Message:
set charged_party to accoutncode for vedeye, RT#4342

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- Conf.pm	29 Nov 2008 20:32:48 -0000	1.254
+++ Conf.pm	1 Dec 2008 07:52:24 -0000	1.255
@@ -2584,6 +2584,14 @@
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'cdr-charged_party-accountcode',
+    'section'     => '',
+    'description' => 'Set the charged_party field of CDRs to the accountcode.',
+    'type'        => 'checkbox',
+  },
+
+
 );
 
 1;



More information about the freeside-commits mailing list