[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 19814127a1b9731c60d78d31bcdda8b684ff2038
Evergreen Git
git at git.evergreen-ils.org
Thu Mar 3 08:36:04 EST 2016
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_10 has been updated
via 19814127a1b9731c60d78d31bcdda8b684ff2038 (commit)
from e46ee22832f1e212efdeb41b8919031c27cb0f09 (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 19814127a1b9731c60d78d31bcdda8b684ff2038
Author: Galen Charlton <gmc at esilibrary.com>
Date: Thu Mar 3 08:35:26 2016 -0500
LP#1371647: fix thinko with ID re-pinning
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
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 11a7c28..ffb0787 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -8707,7 +8707,7 @@ INSERT INTO config.composite_attr_entry_definition
-- electronic
INSERT INTO config.composite_attr_entry_definition
(coded_value, definition) VALUES
-(1735, '[{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"o"}]');
+(712, '[{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"o"}]');
-- use the definitions from the icon_format as the basis for the MR hold format definitions
DO $$
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list