[open-ils-commits] [GIT] Evergreen ILS branch master updated. 85bb01a6db1a1cf3cf8af11833ecc08ac59fc541

Evergreen Git git at git.evergreen-ils.org
Wed Nov 8 14:01:00 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, master has been updated
       via  85bb01a6db1a1cf3cf8af11833ecc08ac59fc541 (commit)
      from  fa6b3464a10de71e45666cdb9191b80fca9f8164 (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 85bb01a6db1a1cf3cf8af11833ecc08ac59fc541
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