Addressing bug #495229 (https://bugs.launchpad.net/bugs/495229) for 1.6.0.2 and beyond
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Feb 2010 02:46:32 +0000 (02:46 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Feb 2010 02:46:32 +0000 (02:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15570 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 46b5f53..f548df2 100644 (file)
@@ -880,8 +880,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: