Fix rentention typo
authorThomas Berezansky <tsbere@mvlc.org>
Mon, 10 Sep 2012 16:14:09 +0000 (12:14 -0400)
committerDan Wells <dbw2@calvin.edu>
Fri, 7 Jun 2013 19:49:45 +0000 (15:49 -0400)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.purge_circulations_updates.sql

index 9b63dfb..c679de4 100644 (file)
@@ -9082,7 +9082,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.',