[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm, 1.3.2.4, 1.3.2.5
Ivan,,,
ivan at wavetail.420.am
Sat Mar 15 15:19:04 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv5381/FS/FS/part_pkg
Modified Files:
Tag: FREESIDE_1_7_BRANCH
voip_cdr.pm
Log Message:
slightly better voip_cdr package edit: use radio buttons for selecting long things
Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -u -d -r1.3.2.4 -r1.3.2.5
--- voip_cdr.pm 15 Mar 2008 21:39:30 -0000 1.3.2.4
+++ voip_cdr.pm 15 Mar 2008 22:19:02 -0000 1.3.2.5
@@ -45,8 +45,8 @@
'select_label' => 'ratename',
},
'rating_method' => { 'name' => 'Region rating method',
- 'type' => 'select',
- 'select_options' => \%rating_method,
+ 'type' => 'radio',
+ 'options' => \%rating_method,
},
'default_prefix' => { 'name' => 'Default prefix optionally prepended to customer DID numbers when searching for CDR records',
@@ -93,7 +93,7 @@
# },
},
- 'fieldorder' => [qw( setup_fee recur_flat unused_credit ratenum rating_method default_prefix )],
+ 'fieldorder' => [qw( setup_fee recur_flat unused_credit ratenum rating_method default_prefix disable_src domestic_prefix international_prefix )],
'weight' => 40,
);
More information about the freeside-commits
mailing list