[freeside-commits] branch master updated. 9324c0938ae5422f0836c56b59dee1b12c8526a7
Mark Wells
mark at 420.am
Tue May 31 16:17:13 PDT 2016
The branch, master has been updated
via 9324c0938ae5422f0836c56b59dee1b12c8526a7 (commit)
via bf09b9e785d014be69e06d001769e118e485a04d (commit)
from 6c853dd55563ae035c1bf17695d3cb2ad3452110 (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 9324c0938ae5422f0836c56b59dee1b12c8526a7
Author: Mark Wells <mark at freeside.biz>
Date: Tue May 31 16:15:45 2016 -0700
replace "open inactive" action with just "open", #71078
diff --git a/rt/etc/initialdata b/rt/etc/initialdata
index 931b318..825e650 100644
--- a/rt/etc/initialdata
+++ b/rt/etc/initialdata
@@ -106,9 +106,6 @@
{ Name => 'Open Tickets', # loc
Description => 'Open tickets on correspondence', # loc
ExecModule => 'AutoOpen' },
- { Name => 'Open Inactive Tickets', # loc
- Description => 'Open inactive tickets', # loc
- ExecModule => 'AutoOpenInactive' },
{ Name => 'Extract Subject Tag', # loc
Description => 'Extract tags from a Transaction\'s subject and add them to the Ticket\'s subject.', # loc
ExecModule => 'ExtractSubjectTag' },
@@ -801,9 +798,9 @@ Hour: { $SubscriptionObj->SubValue('Hour') }
# ScripCondition => 'On Correspond',
# ScripAction => 'Notify Requestors And Ccs',
# Template => 'Correspondence in HTML' },
- { Description => 'On Correspond Open Inactive Tickets',
+ { Description => 'On Correspond Open Tickets',
ScripCondition => 'On Correspond',
- ScripAction => 'Open Inactive Tickets',
+ ScripAction => 'Open Tickets',
Template => 'Blank' },
{ Description => 'On Create Autoreply To Requestors',
ScripCondition => 'On Create',
@@ -950,8 +947,8 @@ Hour: { $SubscriptionObj->SubValue('Hour') }
# RT 4.2
# superseded by "notify owner and adminccs"
'notify adminccs' => { 'admin correspondence' => 1 },
- # superseded by "open inactive tickets"
- 'open tickets' => { 'blank' => 1 },
+ # the new way, but doesn't work right vs. "open tickets"
+ 'open inactive tickets' => { 'blank' => 1 },
},
'on create' => {
# RT 4.2
commit bf09b9e785d014be69e06d001769e118e485a04d
Author: Mark Wells <mark at freeside.biz>
Date: Tue May 31 12:50:08 2016 -0700
testing
diff --git a/FS/FS/Test.pm b/FS/FS/Test.pm
index 1f2b44b..9c77417 100644
--- a/FS/FS/Test.pm
+++ b/FS/FS/Test.pm
@@ -259,7 +259,6 @@ sub new_customer {
last => 'Customer',
first => $first,
invoice_email => 'newcustomer at fake.freeside.biz',
- payby => 'BILL',
bill_location => $location,
ship_location => $location,
});
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Test.pm | 1 -
rt/etc/initialdata | 11 ++++-------
2 files changed, 4 insertions(+), 8 deletions(-)
More information about the freeside-commits
mailing list