From d135a6588851deef85924e059cea62037fbc09d0 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 May 2010 03:25:41 +0000 Subject: add more info to (customer-specific) service report, RT#6180 --- FS/FS/AccessRight.pm | 1 + FS/FS/Conf.pm | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'FS') diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 03b98763a..fbe549693 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -227,6 +227,7 @@ tie my %rights, 'Tie::IxHash', 'List invoices', 'List packages', 'List services', + 'List service passwords', { rightname=> 'List rating data', desc=>'Usage reports', global=>1 }, 'Billing event reports', diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4fe92c5b2..7f914901d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1258,6 +1258,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + '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', -- cgit v1.2.1