Forward-porting r15570: Addressing bug #495229 (https://bugs.launchpad.net/bugs/49522...
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Feb 2010 02:47:41 +0000 (02:47 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Feb 2010 02:47:41 +0000 (02:47 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15571 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index b4b343f..fd21e65 100644 (file)
@@ -881,8 +881,10 @@ INSERT INTO config.billing_type (id, name, owner) VALUES
        ( 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: