[freeside-commits] branch master updated. 372b4a5284387258a5fbfcef791597f2964917e7
Ivan
ivan at 420.am
Wed Aug 15 13:58:17 PDT 2012
The branch, master has been updated
via 372b4a5284387258a5fbfcef791597f2964917e7 (commit)
via 947347097f67c615d2306e34772535f312e2fb2d (commit)
from 8728da844700ef4a10b05195f901d25630c416d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 372b4a5284387258a5fbfcef791597f2964917e7
Merge: 9473470 8728da8
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 15 13:58:13 2012 -0700
Merge branch 'master' of git.freeside.biz:/home/git/freeside
commit 947347097f67c615d2306e34772535f312e2fb2d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 15 13:58:06 2012 -0700
ticket system init note
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index aed99e5..721c9db 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;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_pkg.pm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list