Fix rentention typo
authorThomas Berezansky <tsbere@mvlc.org>
Mon, 10 Sep 2012 16:14:09 +0000 (12:14 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Wed, 19 Sep 2012 15:29:47 +0000 (11:29 -0400)
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 33c369e..6caace5 100644 (file)
@@ -8862,7 +8862,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.',