From: Thomas Berezansky Date: Mon, 10 Sep 2012 16:14:09 +0000 (-0400) Subject: Fix rentention typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c399232c4f82d59f53c275056d3b0ae0b5c3d309;p=evergreen%2Fpines.git Fix rentention typo Signed-off-by: Thomas Berezansky Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 9b63dfbb50..c679de4662 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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.', diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.purge_circulations_updates.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.purge_circulations_updates.sql index 737c95df4d..27dba650e3 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.purge_circulations_updates.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.purge_circulations_updates.sql @@ -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.',