[open-ils-commits] r15571 - branches/rel_1_6/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 17 21:47:43 EST 2010


Author: miker
Date: 2010-02-17 21:47:41 -0500 (Wed, 17 Feb 2010)
New Revision: 15571

Modified:
   branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
Forward-porting r15570: Addressing bug #495229 (https://bugs.launchpad.net/bugs/495229) for 1.6.0.2 and beyond

Modified: branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2010-02-18 02:46:32 UTC (rev 15570)
+++ branches/rel_1_6/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2010-02-18 02:47:41 UTC (rev 15571)
@@ -881,8 +881,10 @@
 	( 8, oils_i18n_gettext(8, 'Damaged Item Processing Fee', 'cbt', 'name'), 1);
 INSERT INTO config.billing_type (id, name, owner) VALUES
 	( 9, oils_i18n_gettext(9, 'Notification Fee', 'cbt', 'name'), 1);
+INSERT INTO config.billing_type (id, name, owner) VALUES
+    ( 101, oils_i18n_gettext(101, 'Misc', 'cbt', 'name'), 1);
 
-SELECT SETVAL('config.billing_type_id_seq'::TEXT, 100);
+SELECT SETVAL('config.billing_type_id_seq'::TEXT, 101);
 
 
 --006.data.permissions.sql:



More information about the open-ils-commits mailing list