[freeside-commits] freeside/FS/FS svc_phone.pm,1.30,1.31

Ivan,,, ivan at wavetail.420.am
Sun Dec 26 12:25:16 PST 2010


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

Modified Files:
	svc_phone.pm 
Log Message:
normalize svc_phone labels

Index: svc_phone.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_phone.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -w -d -r1.30 -r1.31
--- svc_phone.pm	26 Dec 2010 04:09:25 -0000	1.30
+++ svc_phone.pm	26 Dec 2010 20:25:14 -0000	1.31
@@ -104,13 +104,14 @@
     'display_weight' => 60,
     'cancel_weight'  => 80,
     'fields' => {
+        'svcnum'       => 'Service',
         'countrycode'  => { label => 'Country code',
                             type  => 'text',
                             disable_inventory => 1,
                             disable_select => 1,
                           },
         'phonenum'     => 'Phone number',
-        'pin'          => { label => 'Personal Identification Number',
+        'pin'          => { label => 'Voicemail PIN', #'Personal Identification Number',
                             type  => 'text',
                             disable_inventory => 1,
                             disable_select => 1,



More information about the freeside-commits mailing list