From bc122901e14ee5b836ff75afc21a99fb9bbc4d54 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 5 Apr 2004 14:06:20 +0000 Subject: add a domain pulldown to svc_acct linking, closes: Bug#277 / prevent "stealing" services with link unless you set legacy_link-steal config option, closes: Bug#321 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index df176e31d..5a6fa45c2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -940,6 +940,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'legacy_link-steal', + 'section' => 'UI', + 'description' => 'Allow "stealing" an already-audited service from one customer (or package) to another using the link function.', + 'type' => 'checkbox', + }, + { 'key' => 'queue_dangerous_controls', 'section' => 'UI', -- cgit v1.2.1