[open-ils-commits] r12616 - trunk/Open-ILS/src/sql/Pg (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 19 15:04:27 EDT 2009


Author: erickson
Date: 2009-03-19 15:04:23 -0400 (Thu, 19 Mar 2009)
New Revision: 12616

Modified:
   trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Log:
added seed data entry for ApplyCircFee reactor

Modified: trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2009-03-19 19:02:30 UTC (rev 12615)
+++ trunk/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2009-03-19 19:04:23 UTC (rev 12616)
@@ -76,6 +76,7 @@
 INSERT INTO action_trigger.reactor (module,description) VALUES ('SendEmail','Send an email based on a user-defined template');
 INSERT INTO action_trigger.reactor (module,description) VALUES ('GenerateBatchOverduePDF','Output a batch PDF of overdue notices for printing');
 INSERT INTO action_trigger.reactor (module,description) VALUES ('MarkItemLost','Marks a circulation and associated item as lost');
+INSERT INTO action_trigger.reactor (module,description) VALUES ('ApplyCircFee','Applies a billing with a pre-defined amount to a circulation');
 
 -- After an event is reacted to (either succes or failure) a cleanup module is run against the resulting environment
 CREATE TABLE action_trigger.cleanup (



More information about the open-ils-commits mailing list