[freeside-commits] freeside/FS/FS AccessRight.pm, 1.49, 1.50 Conf.pm, 1.361, 1.362
Ivan,,,
ivan at wavetail.420.am
Mon May 17 20:25:33 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv18068/FS/FS
Modified Files:
AccessRight.pm Conf.pm
Log Message:
add more info to (customer-specific) service report, RT#6180
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -w -d -r1.361 -r1.362
--- Conf.pm 9 Apr 2010 08:09:47 -0000 1.361
+++ Conf.pm 18 May 2010 03:25:31 -0000 1.362
@@ -1260,6 +1260,13 @@
},
{
+ 'key' => 'report-showpasswords',
+ 'section' => 'UI',
+ 'description' => 'This is a terrible idea. Do not enable it. STRONGLY NOT RECOMMENDED. Enables display of passwords on services reports.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'signupurl',
'section' => 'UI',
'description' => 'if you are using customer-to-customer referrals, and you enter the URL of your <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Self-Service_Installation">signup server CGI</a>, the customer view screen will display a customized link to the signup server with the appropriate customer as referral',
Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -w -d -r1.49 -r1.50
--- AccessRight.pm 4 Feb 2010 10:00:10 -0000 1.49
+++ AccessRight.pm 18 May 2010 03:25:31 -0000 1.50
@@ -243,6 +243,7 @@
'List invoices',
'List packages',
'List services',
+ 'List service passwords',
{ rightname=> 'List rating data', desc=>'Usage reports', global=>1 },
'Billing event reports',
More information about the freeside-commits
mailing list