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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 17 21:46:34 EST 2010


Author: miker
Date: 2010-02-17 21:46:32 -0500 (Wed, 17 Feb 2010)
New Revision: 15570

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

Modified: branches/rel_1_6_0/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2010-02-18 02:43:08 UTC (rev 15569)
+++ branches/rel_1_6_0/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2010-02-18 02:46:32 UTC (rev 15570)
@@ -880,8 +880,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