From 8ed2714fc50607081d7ac4edf0b17e23902dabba Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 5 Apr 2004 14:06:04 +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 03b376656..d8191c278 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -933,6 +933,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