freeside/FS/FS Conf.pm,1.47.4.42,1.47.4.43
ivan
ivan at pouncequick.420.am
Mon Apr 5 07:06:27 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv4635/FS/FS
Modified Files:
Tag: FREESIDE_1_4_BRANCH
Conf.pm
Log Message:
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
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.47.4.42
retrieving revision 1.47.4.43
diff -u -d -r1.47.4.42 -r1.47.4.43
--- Conf.pm 12 Mar 2004 12:40:04 -0000 1.47.4.42
+++ Conf.pm 5 Apr 2004 14:06:20 -0000 1.47.4.43
@@ -941,6 +941,13 @@
},
{
+ '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',
'description' => 'Enable queue modification controls on account pages and for new jobs. Unless you are a developer working on new export code, you should probably leave this off to avoid causing provisioning problems.',
More information about the freeside-commits
mailing list