freeside/FS/FS Conf.pm,1.93,1.94
ivan
ivan at pouncequick.420.am
Mon Apr 5 07:06:09 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv4561/FS/FS
Modified Files:
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.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Conf.pm 4 Apr 2004 22:20:40 -0000 1.93
+++ Conf.pm 5 Apr 2004 14:06:04 -0000 1.94
@@ -934,6 +934,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