From f9587ba36d31c9992005a359c74c88d703877194 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 6 May 2014 06:04:33 -0700 Subject: optimize package list with lots of packages, RT#28526 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS/FS/Conf.pm') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d9a13fe91..e489bca1e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3455,6 +3455,13 @@ and customer address. Include units.', 'type' => 'text', }, + { + 'key' => 'cust_pkg-hide_discontinued-part_svc', + 'section' => 'UI', + 'description' => "In customer view, hide provisioned services which are no longer available in the package definition. Not normally used except for very specific situations as it hides still-provisioned services.", + 'type' => 'checkbox', + }, + { 'key' => 'svc_acct-edit_uid', 'section' => 'shell', -- cgit v1.2.1