Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Wed, 15 Aug 2012 20:58:13 +0000 (13:58 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 15 Aug 2012 20:58:13 +0000 (13:58 -0700)
FS/FS/cust_pkg.pm

index ba6120b..ea29a2c 100644 (file)
@@ -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;