Forgot a closing parens.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 28 Mar 2016 15:55:14 +0000 (11:55 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2016 12:41:32 +0000 (07:41 -0500)
Open-ILS/src/sql/Pg/version-upgrade/pines-post-upgrade.sql

index f3791b9..1566e4b 100644 (file)
@@ -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