From d337d2be58cc0623aee9361dd175b39394a63e85 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 12 Jan 2016 12:27:50 -0500 Subject: [PATCH] adding a/t environment to new event def --- Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade.sql b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade.sql index c1c665dd0f..f3791b9a15 100644 --- a/Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade.sql +++ b/Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade.sql @@ -77,6 +77,12 @@ Please do not respond to this email. This notice was sent from an address that $$, 'overdue'); +insert into action_trigger.environment (event_def, path) values ( +((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'target_copy.call_number.record.simple_record'), +((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'usr'), +((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'billable_tranaction.summary'), +((select id from action_trigger.event_definition where name = '30 Day Overdue Email Notification' and owner = 1), 'circ_lib.billing_address'); + -- 30-day account expiration notice update action_trigger.event_definition -- 2.11.0