Fix rentention typo
authorThomas Berezansky <tsbere@mvlc.org>
Mon, 10 Sep 2012 16:14:09 +0000 (12:14 -0400)
committerJason Stephenson <jason@sigio.com>
Wed, 30 Jan 2013 20:17:16 +0000 (15:17 -0500)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.purge_circulations_updates.sql

index 050df6d..4785e82 100644 (file)
@@ -8984,7 +8984,7 @@ INSERT INTO config.global_flag (name, label, value, enabled)
 
 INSERT INTO config.global_flag (name, label)
     VALUES (
-        'history.circ.rentention_uses_last_finished',
+        'history.circ.retention_uses_last_finished',
         oils_i18n_gettext(
             'history.circ.retention_uses_last_finished',
             'Historical Circulations use most recent xact_finish date instead of last circ''s.',
index 737c95d..27dba65 100644 (file)
@@ -1,6 +1,6 @@
 INSERT INTO config.global_flag (name, label)
     VALUES (
-        'history.circ.rentention_uses_last_finished',
+        'history.circ.retention_uses_last_finished',
         oils_i18n_gettext(
             'history.circ.retention_uses_last_finished',
             'Historical Circulations use most recent xact_finish date instead of last circ''s.',