[open-ils-commits] r17793 - branches/rel_2_0/Open-ILS/src/sql/Pg (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 17 19:57:39 EDT 2010


Author: gmc
Date: 2010-09-17 19:57:38 -0400 (Fri, 17 Sep 2010)
New Revision: 17793

Modified:
   branches/rel_2_0/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Log:
added format.po.jedi hook to initial seed

Signed-off-By: Galen Charlton <gmc at esilibrary.com>


Modified: branches/rel_2_0/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
===================================================================
--- branches/rel_2_0/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2010-09-17 23:56:43 UTC (rev 17792)
+++ branches/rel_2_0/Open-ILS/src/sql/Pg/400.schema.action_trigger.sql	2010-09-17 23:57:38 UTC (rev 17793)
@@ -49,6 +49,7 @@
 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES ('penalty.PATRON_EXCEEDS_CHECKOUT_COUNT','ausp','Patron has exceeded allowed checkout count',TRUE);
 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES ('penalty.PATRON_EXCEEDS_COLLECTIONS_WARNING','ausp','Patron has exceeded maximum fine amount for collections department warning',TRUE);
 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES ('acqpo.activated','acqpo','Purchase order was activated',FALSE);
+INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES ('format.po.jedi','acqpo','Formats a Purchase Order as a JEDI document',TRUE);
 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES ('format.po.html','acqpo','Formats a Purchase Order as an HTML document',TRUE);
 INSERT INTO action_trigger.hook (key,core_type,description,passive) VALUES ('format.po.pdf','acqpo','Formats a Purchase Order as a PDF document',TRUE);
 INSERT INTO action_trigger.hook (key,core_type,description) VALUES ('damaged','acp','Item marked damaged');



More information about the open-ils-commits mailing list