[freeside-commits] freeside/FS/FS/part_pkg cdr_termination.pm, 1.4, 1.4.2.1
Ivan,,,
ivan at wavetail.420.am
Sat Jan 16 15:39:42 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv13139
Modified Files:
Tag: FREESIDE_1_9_BRANCH
cdr_termination.pm
Log Message:
add usage_mandate option to termination price plan, RT#6932
Index: cdr_termination.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/cdr_termination.pm,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- cdr_termination.pm 21 Jul 2009 18:44:57 -0000 1.4
+++ cdr_termination.pm 16 Jan 2010 23:39:40 -0000 1.4.2.1
@@ -66,7 +66,7 @@
'select_options' => \%FS::part_pkg::recur_Common::recur_method,
},
- #false laziness w/cdr_termination.pm
+ #false laziness w/voip_cdr.pm
'output_format' => { 'name' => 'CDR invoice display format',
'type' => 'select',
'select_options' => { FS::cdr::invoice_formats() },
@@ -80,6 +80,11 @@
'type' => 'checkbox',
},
+ 'usage_mandate' => { 'name' => 'Always put usage details in separate section',
+ 'type' => 'checkbox',
+ },
+ #eofalse
+
},
#cdr_column
'fieldorder' => [qw(
More information about the freeside-commits
mailing list