[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. b27c5a67baeee185ea0984af404edf4fc0514868
Evergreen Git
git at git.evergreen-ils.org
Wed Nov 8 14:00:45 EST 2017
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_12 has been updated
via b27c5a67baeee185ea0984af404edf4fc0514868 (commit)
from c3d05cae76fee23ccc37e204217837d511d2882d (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 b27c5a67baeee185ea0984af404edf4fc0514868
Author: Kathy Lussier <klussier at masslnc.org>
Date: Mon Sep 25 10:29:56 2017 -0400
LP#1672435: Make BR4's sample theses copy location holdable
All of the part copies in the sample dataset live in a non-holdable
copy location, usually BR4's Theses location. This commit makes
that copy location holdable so that we can better test part holds
out of the box.
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/Open-ILS/tests/datasets/sql/assets_extras.sql b/Open-ILS/tests/datasets/sql/assets_extras.sql
index 6e6711a..89201f2 100644
--- a/Open-ILS/tests/datasets/sql/assets_extras.sql
+++ b/Open-ILS/tests/datasets/sql/assets_extras.sql
@@ -61,7 +61,7 @@ INSERT INTO asset.copy_location (owning_lib, name, holdable) VALUES
(5, 'Reserves', FALSE),
(3, 'Reserves', FALSE),
(5, 'Theses', FALSE),
-(7, 'Theses', FALSE),
+(7, 'Theses', TRUE),
(2, 'Special Collections', FALSE),
(6, 'Special Collections', FALSE),
(7, 'Special Collections', FALSE);
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/tests/datasets/sql/assets_extras.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list