Correcting typos
authorChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 16:47:15 +0000 (11:47 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 16:47:15 +0000 (11:47 -0500)
Open-ILS/src/sql/Pg/pines/add_relia_circ_mods.sql

index bc3aefd..e927e3e 100644 (file)
@@ -102,7 +102,7 @@ INSERT INTO config.hold_matrix_matchpoint (
        'realia-0',
        false,
        2,
-       50)
+       50
 );
 INSERT INTO config.hold_matrix_matchpoint (
         user_home_ou,
@@ -116,7 +116,7 @@ INSERT INTO config.hold_matrix_matchpoint (
         'realia-1',
         false,
         2,
-       50)
+       50
 );
 INSERT INTO config.hold_matrix_matchpoint (
         user_home_ou,
@@ -130,7 +130,7 @@ INSERT INTO config.hold_matrix_matchpoint (
         'realia-2',
         false,
         2,
-       50)
+       50
 );
 
 COMMIT;