[open-ils-commits] r16775 - trunk/Open-ILS/src/sql/Pg (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jun 22 10:51:29 EDT 2010
Author: erickson
Date: 2010-06-22 10:51:27 -0400 (Tue, 22 Jun 2010)
New Revision: 16775
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
removed deprecated MaxPassiveDelayAge validator from default courtesy notice definition
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-06-22 14:51:26 UTC (rev 16774)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-06-22 14:51:27 UTC (rev 16775)
@@ -4338,8 +4338,8 @@
-- Sample Pre-due Notice --
-INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, validator, reactor, delay, delay_field, group_field, max_delay, template)
- VALUES (6, 'f', 1, '3 Day Courtesy Notice', 'checkout.due', 'MaxPassiveDelayAge', 'SendEmail', '-3 days', 'due_date', 'usr', '-2 days',
+INSERT INTO action_trigger.event_definition (id, active, owner, name, hook, reactor, delay, delay_field, group_field, max_delay, template)
+ VALUES (6, 'f', 1, '3 Day Courtesy Notice', 'checkout.due', 'SendEmail', '-3 days', 'due_date', 'usr', '-2 days',
$$
[%- USE date -%]
[%- user = target.0.usr -%]
More information about the open-ils-commits
mailing list