[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm,1.78,1.79

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Oct 4 18:00:34 PDT 2009


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

Modified Files:
	voip_cdr.pm 
Log Message:
invoices with details in separate section but usage not separated

Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- voip_cdr.pm	15 Sep 2009 23:13:34 -0000	1.78
+++ voip_cdr.pm	5 Oct 2009 01:00:32 -0000	1.79
@@ -163,12 +163,16 @@
                          'default'        => 'default', #XXX test
                        },
 
-    'usage_section' => { 'name' => 'Section in which to place separate usage charges',
+    'usage_section' => { 'name' => 'Section in which to place usage charges (whether separated or not)',
                        },
 
     'summarize_usage' => { 'name' => 'Include usage summary with recurring charges when usage is in separate section',
                           'type' => 'checkbox',
                         },
+
+    'usage_mandate' => { 'name' => 'Always put usage details in separate section',
+                          'type' => 'checkbox',
+                       },
     #eofalse
 
     'bill_every_call' => { 'name' => 'Generate an invoice immediately for every call.  Useful for prepaid.',
@@ -218,7 +222,7 @@
                        skip_dst_length_less skip_lastapp
                        use_duration
                        411_rewrite
-                       output_format summarize_usage usage_section
+                       output_format usage_mandate summarize_usage usage_section
                        bill_every_call
                        count_available_phones
                      )



More information about the freeside-commits mailing list