[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 0d96d11d9651fbcabf33d8791ebba18c117aa4b5
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 10 11:43:40 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_4 has been updated
via 0d96d11d9651fbcabf33d8791ebba18c117aa4b5 (commit)
from 3e15fc221f4d4e88a1362d30326f7bb07b9bb40e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0d96d11d9651fbcabf33d8791ebba18c117aa4b5
Author: Dan Wells <dbw2 at calvin.edu>
Date: Wed Jul 10 11:39:08 2013 -0400
Add missing oils_i18n call to upgrade script
Simple thinko fix for missing translation function call.
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
diff --git a/Open-ILS/src/sql/Pg/upgrade/0803.data.fill_empty_description.sql b/Open-ILS/src/sql/Pg/upgrade/0803.data.fill_empty_description.sql
index 590e717..bb51fe3 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0803.data.fill_empty_description.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0803.data.fill_empty_description.sql
@@ -3,7 +3,9 @@ BEGIN;
SELECT evergreen.upgrade_deps_block_check('0803', :eg_version);
UPDATE config.org_unit_setting_type
-SET description = 'The amount of time an item will be held on the shelf before the hold expires. For example: "2 weeks" or "5 days"'
+SET description = oils_i18n_gettext('circ.holds.default_shelf_expire_interval',
+ 'The amount of time an item will be held on the shelf before the hold expires. For example: "2 weeks" or "5 days"',
+ 'coust', 'description')
WHERE name = 'circ.holds.default_shelf_expire_interval';
COMMIT;
-----------------------------------------------------------------------
Summary of changes:
.../upgrade/0803.data.fill_empty_description.sql | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list