From 7f4aff45cd6ef2f630d538294fa9d9c4db4ac4aa Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 May 2010 03:25:31 +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 1528ed42c..01b9b5819 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -243,6 +243,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 3adf455b2..693d1f513 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1259,6 +1259,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