From: Chris Sharp Date: Mon, 28 Mar 2016 15:55:14 +0000 (-0400) Subject: Forgot a closing parens. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=368f5fccf6fedad4da76eb66d2ba5812e56084af;p=evergreen%2Fpines.git Forgot a closing parens. --- 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 f3791b9a15..1566e4b2e6 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 @@ -81,7 +81,8 @@ 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'); +((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