[open-ils-commits] [GIT] Evergreen ILS branch master updated. c5d702faa3cacb6ebe4817a71e89d8ea957d9805
Evergreen Git
git at git.evergreen-ils.org
Wed Feb 27 11:05:21 EST 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, master has been updated
via c5d702faa3cacb6ebe4817a71e89d8ea957d9805 (commit)
from cbf3c8636645af6b5831a40ff3f75c2fc5cf987f (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 c5d702faa3cacb6ebe4817a71e89d8ea957d9805
Author: Mike Rylander <mrylander at gmail.com>
Date: Wed Feb 27 11:04:24 2013 -0500
Fixing upgrade script version of the permission id
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/sql/Pg/upgrade/0760.schema.custom-best-hold-selection.sql b/Open-ILS/src/sql/Pg/upgrade/0760.schema.custom-best-hold-selection.sql
index 3cacb3d..4d4aac8 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0760.schema.custom-best-hold-selection.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0760.schema.custom-best-hold-selection.sql
@@ -80,10 +80,10 @@ INSERT INTO config.best_hold_order (
INSERT INTO permission.perm_list (
id, code, description
) VALUES (
- 543,
+ 546,
'ADMIN_HOLD_CAPTURE_SORT',
oils_i18n_gettext(
- 543,
+ 546,
'Allows a user to make changes to best-hold selection sort order',
'ppl',
'description'
@@ -108,7 +108,7 @@ INSERT INTO config.org_unit_setting_type (
),
'link',
'cbho',
- 543,
+ 546,
'holds'
);
@@ -129,7 +129,7 @@ INSERT INTO config.org_unit_setting_type (
'description'
),
'interval',
- 543,
+ 546,
'holds'
);
-----------------------------------------------------------------------
Summary of changes:
.../0760.schema.custom-best-hold-selection.sql | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list