[freeside-commits] freeside/FS/FS Conf.pm,1.310,1.311
Ivan,,,
ivan at wavetail.420.am
Fri Aug 21 17:22:10 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19067/FS/FS
Modified Files:
Conf.pm
Log Message:
order svc_phone services from self-service too, RT#5085
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- Conf.pm 18 Aug 2009 12:21:41 -0000 1.310
+++ Conf.pm 22 Aug 2009 00:22:08 -0000 1.311
@@ -3079,6 +3079,13 @@
'type' => 'checkbox',
},
+ {
+ 'key' => 'svc_acct-disable_access_number',
+ 'section' => 'UI',
+ 'descritpion' => 'Disable access number selection.',
+ 'type' => 'checkbox',
+ },
+
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
More information about the freeside-commits
mailing list