[freeside-commits] branch master updated. 97c67d2bf226fbe1cea8aceef36c24c3c406b74f

Mark Wells mark at 420.am
Mon Apr 29 16:18:22 PDT 2013


The branch, master has been updated
       via  97c67d2bf226fbe1cea8aceef36c24c3c406b74f (commit)
      from  d94f2b5d906b966be17025b9f6bddaca7511a9bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 97c67d2bf226fbe1cea8aceef36c24c3c406b74f
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Apr 29 16:18:13 2013 -0700

    also indicate required export settings,

diff --git a/FS/FS/part_export/huawei_hlr.pm b/FS/FS/part_export/huawei_hlr.pm
index 41cbbfb..aa09a1c 100644
--- a/FS/FS/part_export/huawei_hlr.pm
+++ b/FS/FS/part_export/huawei_hlr.pm
@@ -18,16 +18,16 @@ $DEBUG = 0;
 @ISA = qw(FS::part_export);
 
 tie my %options, 'Tie::IxHash',
-  'opname'    => { label=>'Operator login' },
-  'pwd'       => { label=>'Operator password' },
+  'opname'    => { label=>'Operator login (required)' },
+  'pwd'       => { label=>'Operator password (required)' },
   'tplid'     => { label=>'Template number' },
   'hlrsn'     => { label=>'HLR serial number' },
   'k4sno'     => { label=>'K4 serial number' },
-  'cardtype'  => { label  => 'Card type',
+  'cardtype'  => { label  => 'Card type (required)',
                    type   => 'select', 
                    options=> ['SIM', 'USIM']
                  },
-  'alg'       => { label  => 'Authentication algorithm',
+  'alg'       => { label  => 'Authentication algorithm (required)',
                    type   => 'select',
                    options=> ['COMP128_1',
                               'COMP128_2',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/huawei_hlr.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list