From 682ef1f205b5175fc32a5d53df331480a253ab69 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 19 Mar 2009 19:04:23 +0000 Subject: [PATCH] added seed data entry for ApplyCircFee reactor git-svn-id: svn://svn.open-ils.org/ILS/trunk@12616 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/400.schema.action_trigger.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql b/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql index b1473756f0..c2f348a84d 100644 --- a/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql +++ b/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql @@ -76,6 +76,7 @@ INSERT INTO action_trigger.reactor (module,description) VALUES ('NOOP_False','Al 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 ( -- 2.11.0