summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-15 13:58:06 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-15 13:58:06 -0700
commit947347097f67c615d2306e34772535f312e2fb2d (patch)
treee9997faccb3697434e909949ef16f1518a2871ff
parent08ac47123e098939db3d94cc136ff02f174e8dd0 (diff)
ticket system init note
-rw-r--r--FS/FS/cust_pkg.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index aed99e51d..721c9dbed 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -338,6 +338,9 @@ sub insert {
if ( $conf->config('ticket_system') && $options{ticket_subject} ) {
+ #this init stuff is still inefficient, but at least its limited to
+ # the small number (any?) folks using ticket emailing on pkg order
+
#eval '
# use lib ( "/opt/rt3/local/lib", "/opt/rt3/lib" );
# use RT;