From: Kathy Lussier <klussier@masslnc.org>
Date: Mon, 25 Sep 2017 14:29:56 +0000 (-0400)
Subject: LP#1672435: Make BR4's sample theses copy location holdable
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=85bb01a6db1a1cf3cf8af11833ecc08ac59fc541;p=evergreen%2Fjoelewis.git

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@masslnc.org>
Signed-off-by: Ben Shum <ben@evergreener.net>
---

diff --git a/Open-ILS/tests/datasets/sql/assets_extras.sql b/Open-ILS/tests/datasets/sql/assets_extras.sql
index 6e6711ad53..89201f229f 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);