[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. b3e19ebb87f7da4357d730f561e8e107d762fe97

Evergreen Git git at git.evergreen-ils.org
Wed Nov 8 14:00:53 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_3_0 has been updated
       via  b3e19ebb87f7da4357d730f561e8e107d762fe97 (commit)
      from  938c5eab51d1223076e9a6bb667d2bf63f7be8db (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 b3e19ebb87f7da4357d730f561e8e107d762fe97
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