[freeside-commits] freeside/FS/FS svc_phone.pm,1.28.2.2,1.28.2.3
Ivan,,,
ivan at wavetail.420.am
Sun Dec 26 12:25:17 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv3988
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.28.2.2
retrieving revision 1.28.2.3
diff -u -w -d -r1.28.2.2 -r1.28.2.3
--- svc_phone.pm 26 Dec 2010 04:09:34 -0000 1.28.2.2
+++ svc_phone.pm 26 Dec 2010 20:25:14 -0000 1.28.2.3
@@ -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